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