[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 6 / 3 / 1 / SOHTaskSDK / 0.1.7 / SOHTaskSDK.podspec.json
blobba074a03efe4db695ce6a9fb0cef7bd226c187c6
2   "name": "SOHTaskSDK",
3   "version": "0.1.7",
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.7",
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       "vendored_frameworks": "SohouerSDK/SohouerSDK.framework",
46       "resources": "SohouerSDK/SohouerSDK.bundle",
47       "frameworks": [
48         "UIKit",
49         "Security",
50         "Foundation",
51         "AdSupport",
52         "MobileCoreServices",
53         "JavaScriptCore",
54         "AVFoundation"
55       ]
56     },
57     {
58       "name": "ZipArchive",
59       "source_files": [
60         "SohouerSDK/ZipArchive/*.{h,m}",
61         "SohouerSDK/ZipArchive/minizip/crypt.{h,c}",
62         "SohouerSDK/ZipArchive/minizip/ioapi.{h,c}",
63         "SohouerSDK/ZipArchive/minizip/mztools.{h,c}",
64         "SohouerSDK/ZipArchive/minizip/unzip.{h,c}",
65         "SohouerSDK/ZipArchive/minizip/zip.{h,c}"
66       ],
67       "public_header_files": "SohouerSDK/ZipArchive/*.h",
68       "libraries": "z",
69       "requires_arc": false,
70       "compiler_flags": "-Dunix"
71     },
72     {
73       "name": "TaskZip",
74       "dependencies": {
75         "SOHTaskSDK/ZipArchive": [
77         ],
78         "SOHTaskSDK/Task": [
80         ]
81       },
82       "vendored_frameworks": "SohouerSDK/SohouerSDK.framework",
83       "resources": "SohouerSDK/SohouerSDK.bundle"
84     }
85   ]