blob: 324cfebd100267342e23a97114e3750b9303ff17 [file] [log] [blame]
{
"name": "ZDS_Shared@kylerobson",
"version": "0.0.1",
"summary": "Common classes including a custom context watcher and Reachability.",
"description": "Marcus Zarra mentioned some of this in his Core Data book, but I found the library is unmaintained, so I fixed the bugs I cared about and here we are.\n",
"homepage": "https://github.com/kylerobson/ZDS_Shared",
"license": "BSD",
"requires_arc": false,
"authors": {
"Marcus Zarra": "",
"Kyle Robson": "kyledr@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/kylerobson/ZDS_Shared.git",
"tag": "0.0.1"
},
"source_files": "*.{h,m}",
"exclude_files": [
"AssetManagerTest/**",
"FJImporter/**"
],
"dependencies": {
"yajl-objc": [
]
}
}