[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 6 / b / JAPI / 0.1.91 / JAPI.podspec.json
blobb8373d9d8729b9e589adc3eecf80668f8f352fbd
2   "name": "JAPI",
3   "version": "0.1.91",
4   "summary": "JSON API client library with CoreData Stack JSONAPI backed store.",
5   "description": "JSON API client library with CoreData Stack JSONAPI backed store\nThis library solves the problems every CoreData developer faces when trying to stay in sync with a server side db.\nUsing JSON API the requests and responses are predictable and easy to process. It handles relationships and attributes\nwith ease. The CoreDataStack included allows you to work your core data db like its your server db and keeps everything in sync.\nBest part, its all free!",
6   "homepage": "https://git.feltapp.com/open-source/ios-japi.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Matthew Moon": "matt@feltapp.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://git.feltapp.com/open-source/ios-japi.git",
19     "tag": "0.1.91"
20   },
21   "source_files": [
22     "JAPI",
23     "JAPI/**/*.{h,m}"
24   ],
25   "exclude_files": [
26     "JAPITests",
27     "JAPITests/*.{h,m}",
28     "JAPIModel.xcdatamodeld",
29     "*CoreData*.{h,m}"
30   ],
31   "dependencies": {
32     "AFNetworking": [
34     ],
35     "PromiseKit": [
37     ],
38     "RegexKitLite": [
40     ],
41     "INSOperationsKit": [
43     ],
44     "GZIP": [
46     ]
47   }