[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / c / f / d / AlamoRecord / 2.0.1 / AlamoRecord.podspec.json
blob6bcb09a3d8405e3b696ccf7a30e870c4512e34a5
2   "name": "AlamoRecord",
3   "version": "2.0.1",
4   "summary": "An elegant Alamofire wrapper inspired by ActiveRecord.",
5   "description": "AlamoRecord is a powerful yet simple framework that eliminates the often complex networking layer that exists between your networking framework and your application. AlamoRecord uses the power of AlamoFire, AlamofireObjectMapper and the concepts behind the ActiveRecord pattern to create a networking layer that makes interacting with your API easier than ever.",
6   "homepage": "https://github.com/tunespeak/AlamoRecord",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tunespeak": "daltonhint4@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tunespeak/AlamoRecord.git",
16     "tag": "2.0.1"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12",
22     "tvos": "10.0",
23     "watchos": "3.0"
24   },
25   "source_files": "AlamoRecord/Classes/**/*",
26   "dependencies": {
27     "Alamofire": [
28       "5.0.0-beta.6"
29     ]
30   },
31   "swift_version": "5.0"