[Add] BUAdTestMeasurement-Beta 6.6.0.7
[CocoaPods.git] / Specs / 4 / 5 / b / Apic / 1.2 / Apic.podspec.json
blob37d58d40ff0e5d6d7c1d61a4ceaefd4ccdc347fd
2   "name": "Apic",
3   "version": "1.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   },
16   "source": {
17     "git": "https://github.com/JuanjoArreola/Apic.git",
18     "tag": "version_1.2"
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   }