-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update podspec and podfile dependency
- Loading branch information
Showing
3 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,30 @@ | ||
# coding: utf-8 | ||
|
||
Pod::Spec.new do |s| | ||
s.name = "WeexXLottie" | ||
s.version = "0.0.1" | ||
s.summary = "Weex Plugin" | ||
s.name = "WXLottie" | ||
s.version = "1.0" | ||
s.summary = "Weex plugin for lottie" | ||
|
||
s.description = <<-DESC | ||
Weexplugin Source Description | ||
Weex plugin for lottie | ||
DESC | ||
|
||
s.homepage = "https://github.com" | ||
s.homepage = "https://github.com/acton393/WeexLottie" | ||
s.license = { | ||
:type => 'Copyright', | ||
:text => <<-LICENSE | ||
copyright | ||
LICENSE | ||
} | ||
s.authors = { | ||
"yourname" =>"youreamail" | ||
"acton393" =>"[email protected]" | ||
} | ||
s.platform = :ios | ||
s.ios.deployment_target = "7.0" | ||
s.ios.deployment_target = "8.0" | ||
|
||
s.source = { :git => 'please input the url of your code in github', :tag => 'please input you github tag' } | ||
s.user_target_xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => "'$(PODS_ROOT)/WeexPluginLoader'" } | ||
|
||
s.source = { :path=>'./'} | ||
s.source_files = "ios/Sources/*.{h,m,mm}" | ||
|
||
s.requires_arc = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters