[Add] FishjamCloudClient 0.6.0
[CocoaPods.git] / Specs / 8 / 0 / 5 / RYImagePicker / 0.0.1 / RYImagePicker.podspec.json
blobb442b41355c996437d1263761a7f0b3da6d6e231
2   "name": "RYImagePicker",
3   "summary": "ImagePicker of Ryukie’s",
4   "version": "0.0.1",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "Ryukie": "ryukie.sama@gmail.com"
11   },
12   "homepage": "https://github.com/Ryukie/RYImagePicker.git",
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/Ryukie/RYImagePicker.git",
18     "tag": "0.0.1"
19   },
20   "resources": "RYPhotosPickerManager.bundle",
21   "requires_arc": true,
22   "source_files": "RYImagePicker/**/*.{h,m}",
23   "libraries": [
24     "z",
25     "sqlite3"
26   ],
27   "dependencies": {
28     "Masonry": [
29       "~> 1.0.2"
30     ]
31   }