blob: f1ba5b839b23ab47edb2af61fbdef05191defdbc [file] [log] [blame]
{
"name": "BSObject",
"version": "0.1.1",
"summary": "An object designed to map subclasses to json data automatically",
"description": " BSObject lets you create objects that will automatically\n build themselves from json data and will also automatically\n export json data\n",
"homepage": "https://github.com/blairmitchelmore/BSObject",
"license": "MIT",
"authors": {
"Blair Mitchelmore": "blair.mitchelmore@gmail.com"
},
"source": {
"git": "https://github.com/blairmitchelmore/BSObject.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/bmitchelmore",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"BSObject": [
"Pod/Assets/*.png"
]
}
}