[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 8 / f / 0 / CTCamera / 0.1.1 / CTCamera.podspec.json
blob89c0b8ba2bbcb3f5d46f29cd6a89217ed0e70a92
2   "name": "CTCamera",
3   "version": "0.1.1",
4   "summary": "自定义相机 custom camera mosaic",
5   "description": "自定义相机,模仿微信。\n可使用简单的涂抹功能。\n支持保存到相册。",
6   "homepage": "https://github.com/Mikora/CustomCamera",
7   "license": "MIT",
8   "authors": {
9     "root": "632300630@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/Mikora/CustomCamera.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "resource_bundles": {
20     "CTCamera": [
21       "Pod/Assets/resources/cameraicon/*.png",
22       "Pod/Assets/localizations/**",
23       "Pod/Assets/resources/filter/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/*.h",
27   "source_files": "Pod/Classes/*.{h,m}",
28   "frameworks": [
29     "UIKit",
30     "MapKit",
31     "AVFoundation",
32     "CoreMotion",
33     "CoreGraphics",
34     "CoreImage"
35   ],
36   "subspecs": [
37     {
38       "name": "categories",
39       "public_header_files": "Pod/Classes/categories/**/*.h",
40       "source_files": "Pod/Classes/categories/**/*"
41     },
42     {
43       "name": "configuration",
44       "public_header_files": "Pod/Classes/configuration/**/*.h",
45       "source_files": "Pod/Classes/configuration/**/*"
46     },
47     {
48       "name": "delegate",
49       "public_header_files": "Pod/Classes/delegate/**/*.h",
50       "source_files": "Pod/Classes/delegate/**/*"
51     },
52     {
53       "name": "managers",
54       "public_header_files": "Pod/Classes/managers/**/*.h",
55       "source_files": "Pod/Classes/managers/**/*",
56       "frameworks": [
57         "AVFoundation",
58         "CoreMotion",
59         "UIKit",
60         "Foundation"
61       ]
62     },
63     {
64       "name": "views",
65       "dependencies": {
66         "CTCamera/categories": [
68         ],
69         "CTCamera/configuration": [
71         ],
72         "CTCamera/delegate": [
74         ],
75         "CTCamera/managers": [
77         ]
78       },
79       "frameworks": [
80         "AVFoundation",
81         "CoreGraphics",
82         "CoreImage",
83         "UIKit",
84         "Foundation"
85       ],
86       "public_header_files": "Pod/Classes/views/**/*.h",
87       "source_files": "Pod/Classes/views/**/*"
88     },
89     {
90       "name": "controller",
91       "dependencies": {
92         "CTCamera/views": [
94         ]
95       },
96       "frameworks": [
97         "AVFoundation",
98         "CoreGraphics",
99         "CoreImage",
100         "UIKit",
101         "Foundation"
102       ],
103       "public_header_files": "Pod/Classes/controller/**/*.h",
104       "source_files": "Pod/Classes/controller/**/*"
105     }
106   ]