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