[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 0 / c / PicoKit / 0.6.1 / PicoKit.podspec.json
blobec55a0919efb518b092b477672a9130cb026928b
2   "name": "PicoKit",
3   "version": "0.6.1",
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.1"
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   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": [
29         "Pod/Core",
30         "Pod/Core/Converter",
31         "Pod/Core/Cache",
32         "Pod/Core/Schema",
33         "Pod/Core/XMLSupport"
34       ],
35       "dependencies": {
36         "PicoKit/XMLWriter": [
38         ],
39         "PicoKit/OrderedDictionary": [
41         ],
42         "GDataXML-HTML": [
43           "~> 1.2.0"
44         ]
45       }
46     },
47     {
48       "name": "WebService",
49       "source_files": "Pod/WebService",
50       "dependencies": {
51         "PicoKit/Soap": [
53         ],
54         "AFNetworking": [
55           "~> 1.3.4"
56         ]
57       },
58       "ios": {
59         "frameworks": [
60           "CFNetwork",
61           "MobileCoreServices",
62           "SystemConfiguration"
63         ]
64       },
65       "osx": {
66         "frameworks": [
67           "CoreServices",
68           "SystemConfiguration"
69         ]
70       },
71       "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"
72     },
73     {
74       "name": "Soap",
75       "source_files": [
76         "Pod/SOAP",
77         "Pod/SOAP/SOAP11",
78         "Pod/SOAP/SOAP12"
79       ],
80       "dependencies": {
81         "PicoKit/Core": [
83         ]
84       }
85     },
86     {
87       "name": "XMLWriter",
88       "source_files": "Pod/XMLWriter"
89     },
90     {
91       "name": "OrderedDictionary",
92       "source_files": "Pod/OrderedDictionary"
93     }
94   ]