18 |
19 |
20 |
--------------------------------------------------------------------------------
/Chapter12/YPImagePicker_source_with_contribution/YPImagePicker.podspec:
--------------------------------------------------------------------------------
1 | Pod::Spec.new do |s|
2 | s.name = 'YPImagePicker'
3 | s.version = "2.8.1"
4 | s.summary = "Instagram-like image picker & filters for iOS"
5 | s.homepage = "https://github.com/Yummypets/YPImagePicker"
6 | s.license = { :type => "MIT", :file => "LICENSE" }
7 | s.author = 'S4cha'
8 | s.platform = :ios
9 | s.source = { :git => "https://github.com/Yummypets/YPImagePicker.git",
10 | :tag => s.version.to_s }
11 | s.social_media_url = 'https://twitter.com/sachadso'
12 | s.requires_arc = true
13 | s.ios.deployment_target = "9.0"
14 | s.source_files = 'Source/**/*.swift'
15 | s.dependency 'SteviaLayout', '~> 4.2.0'
16 | s.resources = ['Resources/*', 'Source/**/*.xib']
17 | s.description = "Instagram-like image picker & filters for iOS supporting videos and albums"
18 | end
19 |
--------------------------------------------------------------------------------
/Chapter12/YPImagePicker_source_with_contribution/YPImagePicker.xcodeproj/project.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/Chapter12/YPImagePicker_source_with_contribution/YPImagePicker.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | IDEDidComputeMac32BitWarning
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/Readme.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | ### Download a free PDF
5 |
6 | If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.
7 | https://packt.link/free-ebook/9781786463920
--------------------------------------------------------------------------------