blob: 60ff0b4a8c09ffe61c6cb3cf69f10650f3e27ef2 [file] [log] [blame]
{
"name": "NanoStoreModel",
"version": "0.2.0",
"platforms": {
"ios": "5.0"
},
"license": "MIT",
"source": {
"git": "https://github.com/siuying/NanoStoreModel.git",
"tag": "0.2.0"
},
"source_files": "NanoStoreModel/Model/*.{h,m}",
"requires_arc": true,
"homepage": "https://github.com/siuying/NanoStoreModel",
"summary": "Quick and easy way to use NanoStore as your model.",
"authors": {
"Francis Chong": "francis@ignition.hk"
},
"dependencies": {
"NanoStore": [
">= 2.6.0"
]
}
}