[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 4 / 5 / b / Apic / 1.2.1 / Apic.podspec.json
blobd59abf5427957d217ccdb6007f2e55e6e4b03396
2   "name": "Apic",
3   "version": "1.2.1",
4   "summary": "Apic is a library build on top of Alamofire 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   },
16   "source": {
17     "git": "https://github.com/JuanjoArreola/Apic.git",
18     "tag": "version_1.2.1"
19   },
20   "source_files": "Apic/*.swift",
21   "resources": "Apic/apic_properties.plist",
22   "requires_arc": true,
23   "frameworks": "SystemConfiguration",
24   "dependencies": {
25     "Alamofire": [
26       "~> 3.1.5"
27     ]
28   }