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