blob: 671492d1600a10a10b9e3b2261268cd93e793306 [file] [log] [blame]
{
"name": "JAPI",
"version": "0.0.81",
"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.81"
},
"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"
}