[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 0 / c / PicoKit / 0.6.0 / PicoKit.podspec.json
blob0bd40248ea56b55192512f5edce1093c118d7918
2   "name": "PicoKit",
3   "version": "0.6.0",
4   "summary": "A light Web Service client framework targeting iOS platform.",
5   "homepage": "https://github.com/maxep/PicoKit",
6   "authors": {
7     "Maxime Epain": "maxime.epain@gmail.com"
8   },
9   "social_media_url": "https://twitter.com/MaximeEpain",
10   "source": {
11     "git": "https://github.com/maxep/PicoKit.git",
12     "tag": "v0.6.0"
13   },
14   "license": "MIT",
15   "default_subspecs": "WebService",
16   "libraries": "xml2",
17   "xcconfig": {
18     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
19   },
20   "requires_arc": true,
21   "platforms": {
22     "ios": "6.1",
23     "osx": "10.7"
24   },
25   "header_mappings_dir": "Pod",
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         "GDataXML-HTML": [
44           "~> 1.0.0"
45         ]
46       }
47     },
48     {
49       "name": "WebService",
50       "source_files": "Pod/WebService",
51       "dependencies": {
52         "PicoKit/Soap": [
54         ],
55         "AFNetworking": [
56           "~> 1.3.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\n"
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   ]