blob: 4b83d8c5e205d92e33aae5869dee04ce3b75b91a [file] [log] [blame]
{
"name": "IKMapper",
"version": "0.0.2",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/iankeen/",
"authors": {
"Ian Keen": "iankeen82@gmail.com"
},
"summary": "Automatic NSObject <-> NSDictionary handling.",
"source": {
"git": "https://github.com/iankeen/ikmapper.git",
"tag": "0.0.2"
},
"source_files": "IKMapper/**/**.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"IKCore": [
"~> 1.0"
]
}
}