[Add] GoogleMobileAdsMediationIronSource 8.6.0.0.0
[CocoaPods.git] / Specs / 6 / 3 / 1 / SOHTaskSDK / 0.1.1 / SOHTaskSDK.podspec.json
blob55f31e0639dfc26b7956b946cbec585796238d02
2   "name": "SOHTaskSDK",
3   "version": "0.1.1",
4   "summary": "搜猴儿任务管理SDK",
5   "homepage": "http://www.sohouer.com/fans",
6   "license": {
7     "type": "Copyright",
8     "text": " Copyright 2016 Sohouer "
9   },
10   "authors": {
11     "jiangzhou": "jiangzhoubai@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/bllny/SOHTaskSDK.git",
18     "tag": "0.1.1",
19     "submodules": true
20   },
21   "default_subspecs": "Task",
22   "subspecs": [
23     {
24       "name": "Task",
25       "dependencies": {
26         "AFNetworking": [
28         ],
29         "KVOController": [
31         ],
32         "YYModel": [
34         ],
35         "YYText": [
37         ],
38         "YYWebImage": [
40         ],
41         "Masonry": [
43         ]
44       },
45       "public_header_files": "ZipArchive/*.h",
46       "source_files": "ZipArchive/*.{h}",
47       "vendored_frameworks": "SohouerSDK.framework",
48       "resources": "SohouerSDK.bundle",
49       "frameworks": [
50         "UIKit",
51         "Security",
52         "Foundation",
53         "AdSupport",
54         "MobileCoreServices",
55         "JavaScriptCore"
56       ]
57     },
58     {
59       "name": "ZipArchive",
60       "source_files": [
61         "ZipArchive/*.{h,m}",
62         "ZipArchive/minizip/crypt.{h,c}",
63         "ZipArchive/minizip/ioapi.{h,c}",
64         "ZipArchive/minizip/mztools.{h,c}",
65         "ZipArchive/minizip/unzip.{h,c}",
66         "ZipArchive/minizip/zip.{h,c}"
67       ],
68       "public_header_files": "ZipArchive/*.h",
69       "libraries": "z",
70       "requires_arc": false,
71       "compiler_flags": "-Dunix"
72     },
73     {
74       "name": "TaskZip",
75       "dependencies": {
76         "SOHTaskSDK/ZipArchive": [
78         ],
79         "SOHTaskSDK/Task": [
81         ]
82       }
83     }
84   ]