[Delete] RegulaCommonNightly 7.5.863
[CocoaPods.git] / Specs / 4 / 6 / b / JAPI / 0.1.28 / JAPI.podspec.json
blobd64de1f43b631003a4531e2e8ee1819300e55f0b
2   "name": "JAPI",
3   "version": "0.1.28",
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/talpert/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/talpert/ios-japi.git",
19     "tag": "0.1.28"
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   },
45   "pushed_with_swift_version": "3.0"