blob: 9f143183b3eed6641461e5b2a9c0e56487f61bfb [file] [log] [blame]
{
"name": "BSObject",
"version": "0.1.3",
"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.3"
},
"social_media_url": "https://twitter.com/bmitchelmore",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"BSObject": [
"Pod/Assets/*.png"
]
}
}