[Add] GeovisEarthKit 1.0.1
[CocoaPods.git] / Specs / 7 / c / 5 / EZIoTHomeSDK / 1.1.2 / EZIoTHomeSDK.podspec.json
blob442c823c76b1095babbc4eb1d9e31d57015c56ac
2   "name": "EZIoTHomeSDK",
3   "version": "1.1.2",
4   "summary": "Ezviz IoT Home SDK for iOS.",
5   "description": "The HOME SDK is used to quickly integrate the open capabilities of the Ezviz IoT platform for developers.",
6   "homepage": "https://github.com/Ezviz-OpenBiz/EZIoT-HomeSDK-iOS",
7   "authors": "yuqian",
8   "platforms": {
9     "ios": "9.0"
10   },
11   "source": {
12     "git": "https://github.com/Ezviz-OpenBiz/EZIoT-HomeSDK-iOS.git",
13     "tag": "1.1.2"
14   },
15   "vendored_frameworks": "Frameworks/**.framework",
16   "frameworks": [
17     "OpenAL",
18     "VideoToolbox"
19   ],
20   "libraries": [
21     "iconv.2.4.0",
22     "c++",
23     "resolv.9"
24   ],
25   "requires_arc": true,
26   "resources": "Frameworks/Resources/com.hri.hpc.mobile.ios.player.metallib",
27   "pod_target_xcconfig": {
28     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
29     "ENABLE_BITCODE": "NO",
30     "OTHER_LDFLAGS": [
31       "-ObjC"
32     ],
33     "VALID_ARCHS[sdk=iphonesimulator*]": ""
34   },
35   "user_target_xcconfig": {
36     "ENABLE_BITCODE": "NO"
37   },
38   "dependencies": {
39     "AFNetworking": [
40       "~> 4.0.1"
41     ],
42     "GTMBase64": [
43       "~> 1.0.1"
44     ],
45     "MJExtension": [
46       "~> 3.3.0"
47     ],
48     "Reachability": [
49       "~> 3.2"
50     ],
51     "ReactiveObjC": [
52       "~> 3.1.1"
53     ],
54     "SSKeychain": [
55       "~> 1.4.1"
56     ],
57     "KVOController": [
58       "~> 1.2.0"
59     ],
60     "YYCache": [
61       "~> 1.0.4"
62     ],
63     "FMDB": [
64       "~> 2.7.5"
65     ],
66     "Realm": [
67       "~> 10.19.0"
68     ]
69   }