Skip to content

Commit

Permalink
Merge pull request yahoo#25 from anistarsung/UpdatePodspec
Browse files Browse the repository at this point in the history
Update podspec for 1.0.2
  • Loading branch information
qcl authored Jun 28, 2016
2 parents 691f994 + 8a7195d commit 9e40afa
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
7 changes: 2 additions & 5 deletions AppDevKit.podspec
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']
Expand All @@ -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|
Expand Down
4 changes: 2 additions & 2 deletions AppDevKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1466386974</string>
<string>1467108403</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@
All notable changes to this project will be documented in this file.
`AppDevKit` adheres to [Semantic Versioning](http://semver.org/).

## 1.0.2
#### Fixed
* Fixing wrong spelling in ADKGradientView.
#### Updated
* Updateing readme description for sub-pod and tutorial materials.

## 1.0.1
#### Added
* Add Change log
* Adding Change log.
#### Fixed
* Refine UIImage+ADKImageFilter and fix bug in ADKGaussianBlurWithRadius
* Refining UIImage+ADKImageFilter and fix bug in ADKGaussianBlurWithRadius.
#### Updated
* Readme description, badge
* Updating readme description, badge.

## 1.0.0
* First release for AppDevKit
* Making first release for AppDevKit.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ pod 'AppDevKit/AppDevImageKit'
### Instruction

- **Introduction of AppDevKit** > http://www.slideshare.net/anistarsung/appdevkit-for-ios-development
- **Tutorial materials** > https://github.com/anistarsung/AppDevKitLearning (It includes templates and tutorials that you can use them for training purpose)
- **Presenting YDevelopKit (AppDevKit) in YMDC 2016** > https://youtu.be/I9QDYDGcn8M
- **Sample Codes** has been written in AppDevKit project. You can read code to know about "How to implement these features in your project". Just use git to clone AppDevKit to your local disk. It should run well with your XCode.
- **API Reference Documents** > Please refer the [gh-pages](https://yahoo.github.io/AppDevKit/) in AppDevKit project.
Expand Down

0 comments on commit 9e40afa

Please sign in to comment.