[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 4 / 5 / b / Apic / 4.0.2 / Apic.podspec.json
blob5d884de692a6611bec03b82c3526ef3b4e785142
2   "name": "Apic",
3   "version": "4.0.2",
4   "summary": "Apic is a library that parses JSON API responses into swift objects",
5   "homepage": "https://github.com/JuanjoArreola/Apic",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Juanjo Arreola": "juanjo.arreola@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0",
15     "osx": "10.9",
16     "watchos": "2.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/JuanjoArreola/Apic.git",
21     "tag": "4.0.2"
22   },
23   "source_files": "Sources/*.swift",
24   "requires_arc": true,
25   "ios": {
26     "frameworks": "SystemConfiguration"
27   },
28   "osx": {
29     "frameworks": "SystemConfiguration"
30   },
31   "tvos": {
32     "frameworks": "SystemConfiguration"
33   },
34   "dependencies": {
35     "AsyncRequest": [
36       "~> 2.0.0"
37     ]
38   },
39   "pushed_with_swift_version": "4.0"