[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 0 / a / APIKitExt / 0.0.2 / APIKitExt.podspec.json
bloba876cadf167cb44721bce26686cee1f7cc21882b
2   "name": "APIKitExt",
3   "version": "0.0.2",
4   "summary": "Useful extensions for APIKit",
5   "description": "APIKitExt is a set of useful extension to work with APIKit and libraries such as ObjectMapper etc",
6   "homepage": "https://github.com/DTVD/APIKitExt",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Orakaro": "nhatminh_179@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/DTVD/APIKitExt.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/Classes/Core/*.swift",
27       "frameworks": "Foundation",
28       "dependencies": {
29         "APIKit": [
30           "3.1.1"
31         ]
32       }
33     },
34     {
35       "name": "ObjectMapper",
36       "source_files": "Sources/Classes/ObjectMapper/*.swift",
37       "dependencies": {
38         "APIKitExt/Core": [
40         ],
41         "ObjectMapper": [
42           "2.2.2"
43         ]
44       }
45     },
46     {
47       "name": "Himotoki",
48       "source_files": "Sources/Classes/Himotoki/*.swift",
49       "dependencies": {
50         "APIKitExt/Core": [
52         ],
53         "Himotoki": [
54           "3.0.0"
55         ]
56       }
57     },
58     {
59       "name": "Argo",
60       "source_files": "Sources/Classes/Argo/*.swift",
61       "dependencies": {
62         "APIKitExt/Core": [
64         ],
65         "Argo": [
66           "4.1.1"
67         ]
68       }
69     },
70     {
71       "name": "SwiftyJSON",
72       "source_files": "Sources/Classes/SwiftyJSON/*.swift",
73       "dependencies": {
74         "APIKitExt/Core": [
76         ],
77         "SwiftyJSON": [
78           "3.1.4"
79         ]
80       }
81     },
82     {
83       "name": "ModelMapper",
84       "source_files": "Sources/Classes/ModelMapper/*.swift",
85       "dependencies": {
86         "APIKitExt/Core": [
88         ],
89         "ModelMapper": [
90           "6.0.0"
91         ]
92       }
93     },
94     {
95       "name": "JASON",
96       "source_files": "Sources/Classes/JASON/*.swift",
97       "dependencies": {
98         "APIKitExt/Core": [
100         ],
101         "JASON": [
102           "3.1"
103         ]
104       }
105     },
106     {
107       "name": "Unbox",
108       "source_files": "Sources/Classes/Unbox/*.swift",
109       "dependencies": {
110         "APIKitExt/Core": [
112         ],
113         "Unbox": [
114           "2.3.0"
115         ]
116       }
117     },
118     {
119       "name": "RxSwift",
120       "source_files": "Sources/Classes/RxSwift/*.swift",
121       "dependencies": {
122         "APIKitExt/Core": [
124         ],
125         "RxSwift": [
126           "3.0.1"
127         ]
128       }
129     }
130   ]