Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
1and2papa committed Nov 23, 2015
1 parent 6de068b commit 0518423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CTAssetsPickerController.podspec
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
spec.author = { 'Clement T' => 'chiunam@gmail.com' }
spec.social_media_url = 'https://twitter.com/chiunam'
spec.platform = :ios, '8.3'
spec.ios.deployment_target = '8.0'
spec.ios.deployment_target = '8.3'
spec.source = { :git => 'https://github.com/chiunam/CTAssetsPickerController.git', :tag => 'v3.2.0' }
spec.public_header_files = 'CTAssetsPickerController/*.h'
spec.source_files = 'CTAssetsPickerController/**/*.{h,m}'
Expand Down

3 comments on commit 0518423

@Arthraim
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious, why did you do this?

@1and2papa
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My mistake. Have it rectified in the new update. Thanks.

@Arthraim
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chiunam 👍 awesome, i don't have to fork then

Please sign in to comment.