[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 8 / c / CTCustomAlbum / 0.0.3 / CTCustomAlbum.podspec.json
blob02b0e5bfe6ff9e1cea44c6d6169990cabcaee8a6
2   "name": "CTCustomAlbum",
3   "version": "0.0.3",
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.3"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "Photos",
20     "AVFoundation"
21   ],
22   "subspecs": [
23     {
24       "name": "CTCustomAlbum",
25       "source_files": "CTCustomAlbum/CTCustomAlbum/*.{h,m}",
26       "resources": "CTCustomAlbum/CTCustomAlbum/*.{png,xib}",
27       "dependencies": {
28         "CTCustomAlbum/CTOnePhoto": [
30         ]
31       }
32     },
33     {
34       "name": "CTOnePhoto",
35       "source_files": "CTCustomAlbum/CTOnePhoto/*.{h,m}"
36     }
37   ]