blob: d87f8cf64977ac5731dc56c6b01ce04d733e13b0 [file] [log] [blame]
{
"name": "JAPI",
"version": "0.0.17",
"summary": "JSON API client library with CoreData IncrementalStore JSONAPI backed store",
"description": "JSON API client library with CoreData IncrementalStore JSONAPI backed store",
"homepage": "https://git.feltapp.com/talpert/ios-japi.git",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Matthew Moon": "matt@feltapp.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://git.feltapp.com/talpert/ios-japi.git",
"tag": "0.0.17"
},
"source_files": [
"JAPI",
"JAPI/**/*.{h,m}"
],
"exclude_files": [
"JAPITests",
"JAPITests/*.{h,m}",
"JAPIModel.xcdatamodeld",
"*CoreData*.{h,m}"
],
"dependencies": {
"AFNetworking": [
],
"PromiseKit": [
],
"RegexKitLite": [
],
"INSOperationsKit": [
]
},
"pushed_with_swift_version": "3.0"
}