[Add] ThinkingDataAnalyticsExtension 1.0.1
[CocoaPods.git] / Specs / 8 / f / 0 / CTCamera / 0.1.0 / CTCamera.podspec.json
blobc819ab46a9428afd3630583f584057f5711ed22c
2   "name": "CTCamera",
3   "version": "0.1.0",
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.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "public_header_files": "Pod/Classes/**/*.h",
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "CTCamera": [
23       "Pod/Assets/resources/cameraicon/*.png",
24       "Pod/Assets/localizations/**",
25       "Pod/Assets/resources/filter/*.png"
26     ]
27   },
28   "frameworks": [
29     "UIKit",
30     "MapKit",
31     "AVFoundation"
32   ],
33   "dependencies": {
34     "GPUImage": [
35       "0.1.7"
36     ]
37   }