blob: 565fff7c8303e82c6966b2ecff29f963024241b0 [file] [log] [blame]
{
"name": "BigViewModel",
"version": "1.0.0",
"summary": "A collection of Objective-C macros that provide convenience methods for observing model objects on views.",
"description": "A BIG collection of Objective-C macros that provide convenience methods for observing model objects on views",
"homepage": "https://github.com/bigworkindustries/BigViewModel",
"license": "MIT",
"authors": {
"Vincil Bishop": "vincil.bishop@vbishop.com"
},
"source": {
"git": "https://github.com/bigworkindustries/BigViewModel.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"resource_bundles": {
"BigViewModel": [
"Pod/Assets/*.png"
]
}
}