[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 2 / f / 3 / CloudInfinite / 1.0.0 / CloudInfinite.podspec.json
blob16dd19fd17216e0a104f9edf7abf60c670f5ad15
2   "name": "CloudInfinite",
3   "version": "1.0.0",
4   "summary": "CloudInfinite 腾讯云iOS-SDK组件",
5   "description": "数据万象sdk",
6   "homepage": "https://cloud.tencent.com/",
7   "license": "MIT",
8   "authors": {
9     "garenwang": "garenwang@tencent.com"
10   },
11   "source": {
12     "git": "https://github.com/tencentyun/cloud-Infinite-sdk-ios.git",
13     "branch": "master"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "static_framework": true,
19   "frameworks": [
20     "UIKit",
21     "Foundation",
22     "ImageIO"
23   ],
24   "libraries": [
25     "z",
26     "c++"
27   ],
28   "xcconfig": {
29     "OTHER_LDFLAGS": "$(inherited) -ObjC -all_load -force_load"
30   },
31   "default_subspecs": "CloudInfinite",
32   "subspecs": [
33     {
34       "name": "CloudInfinite",
35       "source_files": "Pod/Classes/CloudInfinite/*"
36     },
37     {
38       "name": "Loader",
39       "source_files": "Pod/Classes/Loader/*",
40       "dependencies": {
41         "QCloudCore": [
43         ],
44         "CloudInfinite/CloudInfinite": [
46         ]
47       }
48     },
49     {
50       "name": "TPG",
51       "source_files": [
52         "Pod/Classes/TPG/*",
53         "Pod/Classes/TPG/TPGDecoder/*",
54         "Pod/Classes/TPG/TPGDecoder/include/*"
55       ],
56       "vendored_libraries": "Pod/Classes/TPG/TPGDecoder/*.a"
57     },
58     {
59       "name": "SDWebImage-TPG",
60       "source_files": "Pod/Classes/SDWebImage-TPG/*",
61       "dependencies": {
62         "CloudInfinite/TPG": [
64         ],
65         "SDWebImage": [
67         ]
68       }
69     }
70   ]