[Add] GizoSDK 2.0.2-alpha.07
[CocoaPods.git] / Specs / 4 / e / 3 / QGGImagePicker / 0.0.2 / QGGImagePicker.podspec.json
blob3c5384a746931024fbaa9e0ff621edf74a1b7657
2   "name": "QGGImagePicker",
3   "version": "0.0.2",
4   "summary": "QGGImagePicker.",
5   "description": "A ImagePicker Like WeChat's ImagePicker",
6   "homepage": "https://github.com/infiniteQin/QGGImagePicker.git",
7   "license": "MIT",
8   "authors": {
9     "changqin": "changqin@ixiaopu.com"
10   },
11   "source": {
12     "git": "https://github.com/infiniteQin/QGGImagePicker.git",
13     "tag": "0.0.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "Pod/Classes/**/*",
21     "Pod/Classes/**/**/*"
22   ],
23   "frameworks": [
24     "UIKit",
25     "AssetsLibrary"
26   ],
27   "dependencies": {
28     "Masonry": [
29       "~> 0.6.3"
30     ]
31   }