[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 2 / e / 4 / SoapKit / 0.0.1 / SoapKit.podspec.json
blob5904c99f055c472160459128af5416381a9641ff
2   "name": "SoapKit",
3   "version": "0.0.1",
4   "summary": "SoapKit is a framework to simplify the consumption of SOAP services",
5   "homepage": "https://github.com/hons82/SoapKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Hannes Tribus": "hons82@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/hons82/SoapKit.git",
15     "tag": "v0.0.1"
16   },
17   "platforms": {
18     "ios": "7.1"
19   },
20   "requires_arc": true,
21   "libraries": "xml2",
22   "xcconfig": {
23     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
24   },
25   "default_subspecs": "Core",
26   "header_mappings_dir": "SoapKit",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": [
31         "SoapKit/*.{h,m}",
32         "SoapKit/Soap/**/*.{h,m}",
33         "SoapKit/Util/**/*.{h,m}"
34       ],
35       "prefix_header_file": "SoapKit/SoapKit-Prefix.pch",
36       "dependencies": {
37         "ISO8601DateFormatter": [
38           "~> 0.7"
39         ]
40       }
41     },
42     {
43       "name": "Mapping",
44       "source_files": "SoapKit/Mapping/**/*.{h,m}",
45       "dependencies": {
46         "SoapKit/Core": [
48         ]
49       }
50     }
51   ]