[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / f / d / AlamoRecord / 1.1.1 / AlamoRecord.podspec.json
blob0e2cdbe009e8b26e8860a6ec3f54160a309b27a5
2   "name": "AlamoRecord",
3   "version": "1.1.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": "1.1.1"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": "AlamoRecord/Classes/**/*",
25   "dependencies": {
26     "AlamofireObjectMapper": [
27       "~> 5.0"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"