[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 4 / 5 / b / Apic / 1.2.2 / Apic.podspec.json
blob32b770c1eef58abbc2d7c54bfc1ef74de7af709c
2   "name": "Apic",
3   "version": "1.2.2",
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     "osx": "10.9",
16     "watchos": "2.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/JuanjoArreola/Apic.git",
21     "tag": "version_1.2.2"
22   },
23   "source_files": "Apic/*.swift",
24   "resources": "Apic/apic_properties.plist",
25   "requires_arc": true,
26   "frameworks": "SystemConfiguration",
27   "dependencies": {
28     "Alamofire": [
29       "~> 3.1.5"
30     ]
31   }