blob: f32c4972fa8ca9367b7320d955aea96ec99e003b [file] [log] [blame]
{
"name": "IKMapper",
"version": "1.1.0",
"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": "1.1.0"
},
"source_files": "IKMapper/**/**.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"IKCore": [
"~> 1.0"
],
"ISO8601": [
]
}
}