[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 8 / 7 / 2 / SKSPhotoBrowser / 1.0.4 / SKSPhotoBrowser.podspec.json
blobb11fd1f8d51ba21047710904b8ec5f9e6aa916b2
2   "name": "SKSPhotoBrowser",
3   "version": "1.0.4",
4   "summary": "一行代码实现从相册中选择图片并裁剪,适用于选择头像场景,ease to use...",
5   "homepage": "https://github.com/CoderChan/SKSPhotoBrowser",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "陈振超": "czc1943@126.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/CoderChan/SKSPhotoBrowser.git",
19     "tag": "1.0.4"
20   },
21   "source_files": [
22     "SKSPhotoBrowser",
23     "SKSPhotoBrowser/**/*.{h,m}"
24   ],
25   "resources": "SKSPhotoRes/*.{png,bundle}",
26   "frameworks": [
27     "UIKit",
28     "Foundation",
29     "QuartzCore",
30     "Photos"
31   ],
32   "dependencies": {
33     "Masonry": [
35     ]
36   }