[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 4 / f / b / PhotosExtension / 0.0.2 / PhotosExtension.podspec.json
blobb0c86aa392b26a26c7f7d37dd5f39357e4de38fb
2   "name": "PhotosExtension",
3   "version": "0.0.2",
4   "summary": "Photos 的类方法扩展",
5   "description": "PhotosExtension 可以快速的保存图片到相册中,可以通过参数控制是否保存到以应用名命名的相册",
6   "homepage": "https://github.com/sunbohong/PhotosExtension",
7   "license": "MIT",
8   "authors": {
9     "sunbohong": "sunbohong@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/sunbohong/PhotosExtension.git",
16     "tag": "0.0.2"
17   },
18   "source_files": "*.{h,m}",
19   "frameworks": "Photos",
20   "requires_arc": true,
21   "dependencies": {
22     "NSBundle+Extension": [
23       "~> 0.0.2"
24     ]
25   }