[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / f / e / 1 / PhotoPickerPlus / 2.1.0 / PhotoPickerPlus.podspec.json
blobba04f100b34a6313f387e720388bf96590475d71
2   "name": "PhotoPickerPlus",
3   "version": "2.1.0",
4   "summary": "iOS component for picking photos from the iDevice & web using the Chute Platform.",
5   "homepage": "http://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.1.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.5"
33     ]
34   }