[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 5 / 0 / c / PicoKit / 0.7.0 / PicoKit.podspec.json
blob147040fac6aec1af4a8828b5dc6d3e565cc89d1f
2   "name": "PicoKit",
3   "version": "0.7.0",
4   "summary": "A light Web Service client framework targeting iOS platform.",
5   "homepage": "https://github.com/maxep/PicoKit",
6   "authors": {
7     "William Yang": "http://bulldog2011.github.io/",
8     "Maxime Epain": "http://maxep.github.io/"
9   },
10   "social_media_url": "https://twitter.com/MaximeEpain",
11   "source": {
12     "git": "https://github.com/maxep/PicoKit.git",
13     "tag": "v0.7.0"
14   },
15   "license": "MIT",
16   "default_subspecs": "WebService",
17   "libraries": "xml2",
18   "xcconfig": {
19     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
20   },
21   "requires_arc": true,
22   "platforms": {
23     "ios": "6.1",
24     "osx": "10.8"
25   },
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": [
30         "Pod/Core",
31         "Pod/Core/Converter",
32         "Pod/Core/Cache",
33         "Pod/Core/Schema",
34         "Pod/Core/XMLSupport"
35       ],
36       "dependencies": {
37         "PicoKit/XMLWriter": [
39         ],
40         "PicoKit/OrderedDictionary": [
42         ],
43         "PicoKit/GDataXML-HTML": [
45         ]
46       }
47     },
48     {
49       "name": "WebService",
50       "source_files": "Pod/WebService",
51       "dependencies": {
52         "PicoKit/Soap": [
54         ],
55         "AFNetworking": [
56           "~> 2.5.4"
57         ]
58       },
59       "ios": {
60         "frameworks": [
61           "CFNetwork",
62           "MobileCoreServices",
63           "SystemConfiguration"
64         ]
65       },
66       "osx": {
67         "frameworks": [
68           "CoreServices",
69           "SystemConfiguration"
70         ]
71       },
72       "prefix_header_contents": "#import <Availability.h>\n#if __IPHONE_OS_VERSION_MIN_REQUIRED\n  #import <SystemConfiguration/SystemConfiguration.h>\n  #import <MobileCoreServices/MobileCoreServices.h>\n#else\n  #import <SystemConfiguration/SystemConfiguration.h>\n  #import <CoreServices/CoreServices.h>\n#endif"
73     },
74     {
75       "name": "Soap",
76       "source_files": [
77         "Pod/SOAP",
78         "Pod/SOAP/SOAP11",
79         "Pod/SOAP/SOAP12"
80       ],
81       "dependencies": {
82         "PicoKit/Core": [
84         ]
85       }
86     },
87     {
88       "name": "XMLWriter",
89       "source_files": "Pod/XMLWriter"
90     },
91     {
92       "name": "OrderedDictionary",
93       "source_files": "Pod/OrderedDictionary"
94     },
95     {
96       "name": "GDataXML-HTML",
97       "source_files": "Pod/GDataXML-HTML"
98     }
99   ]