[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 8 / e / DNImagePicker / 0.0.2 / DNImagePicker.podspec.json
blobf0e6b40a44710a6ab4acd535242d7c8e068ee23e
2   "name": "DNImagePicker",
3   "version": "0.0.2",
4   "summary": "A replacement of UIImagePickerController with additional trim/crop video supported!",
5   "description": "Use DNImagePickerController when you want to pick user photo or video with trim/crop square video supported",
6   "homepage": "https://github.com/ducn/DNImagePicker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Duc Ngo": "ngoduc.smpt@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "frameworks": "UIKit",
18   "dependencies": {
19     "ICGVideoTrimmer": [
21     ]
22   },
23   "source": {
24     "git": "https://github.com/ducn/DNImagePicker.git",
25     "tag": "0.0.2"
26   },
27   "source_files": [
28     "DNImagePicker/Classes",
29     "DNImagePicker/Classes/*.swift",
30     "DNImagePicker/Classes/**/*.swift"
31   ],
32   "resource_bundles": {
33     "DNImagePicker": [
34       "DNImagePicker/**/*.{png,jpeg,jpg,storyboard,xib,strings}"
35     ]
36   },
37   "pushed_with_swift_version": "3.0.1"