[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / e / 1 / PhotoPickerPlus / 2.2.0 / PhotoPickerPlus.podspec.json
blob702e252e741f692f4380831e8c4159b5256d39a2
2   "name": "PhotoPickerPlus",
3   "version": "2.2.0",
4   "summary": "iOS component for picking photos from the iDevice & web using the Chute Platform.",
5   "homepage": "http://www.getchute.com",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Aleksandar Kex Trpeski": "kex@getchute.com"
11   },
12   "source": {
13     "git": "https://github.com/chute/photo-picker-plus-ios.git",
14     "tag": "2.2.0"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "PhotoPickerPlus",
22     "PhotoPickerPlus/**/*.{h,m,c}"
23   ],
24   "resources": "PhotoPickerPlus/Resources/**",
25   "frameworks": [
26     "AssetsLibrary",
27     "CoreGraphics",
28     "QuartzCore"
29   ],
30   "dependencies": {
31     "Chute-SDK": [
32       "~> 2.0.6"
33     ]
34   }