forked from yahoo/AppDevKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request yahoo#25 from anistarsung/UpdatePodspec
Update podspec for 1.0.2
- Loading branch information
Showing
4 changed files
with
15 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,22 +1,20 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "AppDevKit" | ||
s.version = "1.0.1" | ||
s.version = "1.0.2" | ||
s.summary = "The collection of open develop utilities for iOS development team. It contains foundationl and useful features that Apple didn't provide." | ||
s.homepage = "https://github.com/yahoo/AppDevKit" | ||
s.license = "Yahoo! Inc. BSD license" | ||
|
||
s.author = { "anistar sung" => "[email protected]" } | ||
s.author = { "anistar sung" => "[email protected]", "core team" => "[email protected]" } | ||
s.platform = :ios, "7.0" | ||
s.ios.deployment_target = '7.0' | ||
|
||
s.subspec 'AppDevCommonKit' do |appDevCommonKit| | ||
appDevCommonKit.source_files = ['AppDevPods/AppDevCommonKit/**/*', 'AppDevPods/AppDevCommonKit.h'] | ||
appDevCommonKit.public_header_files = ['AppDevPods/AppDevCommonKit/**/*.h', 'AppDevPods/AppDevCommonKit.h'] | ||
# AppDevCommonKit.dependency '', '' | ||
end | ||
|
||
|
||
s.subspec 'AppDevUIKit' do |appDevUIKit| | ||
appDevUIKit.source_files = ['AppDevPods/AppDevUIKit/**/*', 'AppDevPods/AppDevUIKit.h'] | ||
appDevUIKit.public_header_files = ['AppDevPods/AppDevUIKit/**/*.h', 'AppDevPods/AppDevUIKit.h'] | ||
|
@@ -26,7 +24,6 @@ Pod::Spec.new do |s| | |
s.subspec 'AppDevAnimateKit' do |appDevAnimateKit| | ||
appDevAnimateKit.source_files = ['AppDevPods/AppDevAnimateKit/**/*', 'AppDevPods/AppDevAnimateKit.h'] | ||
appDevAnimateKit.public_header_files = ['AppDevPods/AppDevAnimateKit/**/*.h', 'AppDevPods/AppDevAnimateKit.h'] | ||
# AppDevAnimateKit.dependency '', '' | ||
end | ||
|
||
s.subspec 'AppDevImageKit' do |appDevImageKit| | ||
|
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
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