[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 4 / f / b / PhotosExtension / 0.0.1 / PhotosExtension.podspec.json
blob8a932663eea6fa8b4c0d34f43f5e6e64980c801f
2   "name": "PhotosExtension",
3   "version": "0.0.1",
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.1"
17   },
18   "source_files": "*.{h,m}",
19   "frameworks": "Photos",
20   "requires_arc": true,
21   "dependencies": {
22     "NSBundle+Extension": [
23       "~> 0.0.1"
24     ]
25   }