blob: 681edb83153bc5fd50676eec9d2499cc452bb8f7 [file] [log] [blame]
{
"name": "PGMappingKit",
"version": "1.0",
"license": "MIT",
"summary": "Lightweight JSON Synchronization to Core Data",
"homepage": "https://github.com/PlotGuru/PGMappingKit",
"social_media_url": "https://twitter.com/PlotGuru",
"authors": {
"Justin Jia": "justin.jia.developer@gmail.com"
},
"source": {
"git": "https://github.com/PlotGuru/PGMappingKit.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "PGMappingKit/*.{h,m}",
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
},
"deprecated": true
}