[Add] NeuroID 3.4.1
[CocoaPods.git] / Specs / a / 4 / 9 / LCCameraKit / 1.1.0 / LCCameraKit.podspec.json
blob477522a5eca68e00758c959c16591d9d55c0f368
2   "name": "LCCameraKit",
3   "version": "1.1.0",
4   "summary": "行车记录仪静态库.",
5   "description": "封装方法,方便使用",
6   "homepage": "https://github.com/Lclmyname/LCCameraKit",
7   "license": "MIT",
8   "authors": {
9     "LiuChaolong": "1097920539@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/Lclmyname/LCCameraKit.git",
13     "tag": "1.1.0",
14     "commit": "1aaca3ee1a9a93ad509603a9e277263624e83299"
15   },
16   "source_files": "CameraKit/CameraKit.h",
17   "frameworks": [
18     "UIKit",
19     "MapKit",
20     "SystemConfiguration",
21     "Security",
22     "CoreGraphics",
23     "MobileCoreServices"
24   ],
25   "libraries": "xml2",
26   "xcconfig": {
27     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
28   },
29   "requires_arc": true,
30   "platforms": {
31     "ios": "8.0"
32   },
33   "dependencies": {
34     "AFNetworking": [
35       "~> 3.0.4"
36     ],
37     "WiFiKit": [
38       "~> 0.1.1"
39     ],
40     "GDataXML-HTML": [
41       "~> 1.3.0"
42     ],
43     "Reachability": [
44       "~> 3.2"
45     ]
46   }