[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / f / e / 1 / PhotoPickerPlus / 2.3.0 / PhotoPickerPlus.podspec.json
blobd42f9137fefe190f97fdef61e8c802a2ef55b9ec
2   "name": "PhotoPickerPlus",
3   "version": "2.3.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     "Oliver Dimitrov": "dimitrov.oli@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/chute/photo-picker-plus-ios.git",
14     "tag": "2.3.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     "Photos"
30   ],
31   "dependencies": {
32     "Chute-SDK": [
33       "~> 2.0.6"
34     ]
35   }