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