[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / 0 / 5 / RYImagePicker / 0.0.3 / RYImagePicker.podspec.json
blob3b66bad59fb7210600581712d7ef3f6c67c00a06
2   "name": "RYImagePicker",
3   "summary": "ImagePicker for iOS by.RyukieSama",
4   "version": "0.0.3",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "Ryukie": "ryukie.sama@gmail.com"
11   },
12   "homepage": "https://github.com/RyukieSama/RYImagePicker.git",
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/RyukieSama/RYImagePicker.git",
18     "tag": "0.0.3"
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   }