[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / 8 / c / CTCustomAlbum / 0.0.1 / CTCustomAlbum.podspec.json
blob20e842ce38ad0017ac660d47b3fea133a322b9c8
2   "name": "CTCustomAlbum",
3   "version": "0.0.1",
4   "summary": "CustomAlbum make with Photos.kit",
5   "homepage": "https://github.com/chenteng85912/CTCustomAlbum",
6   "license": "MIT",
7   "authors": {
8     "陈腾": "chenteng85912@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/chenteng85912/CTCustomAlbum.git",
15     "tag": "0.0.1"
16   },
17   "requires_arc": true,
18   "source_files": "CTCustomAlbum/**/*.{h,m}",
19   "frameworks": [
20     "Photos",
21     "AVFoundation"
22   ],
23   "subspecs": [
24     {
25       "name": "CTCustomAlbum",
26       "source_files": "CTCustomAlbum/CTCustomAlbum/*.{h,m}",
27       "resources": "CTCustomAlbum/CTCustomAlbum/*.{png,xib}",
28       "dependencies": {
29         "CTCustomAlbum/CTOnePhoto": [
31         ]
32       }
33     },
34     {
35       "name": "CTOnePhoto",
36       "source_files": "CTCustomAlbum/CTOnePhoto/*.{h,m}"
37     }
38   ]