blob: 93992f63e6cac21e761ab5ca5f2f221adc11dc70 [file] [log] [blame]
{
"name": "HelloFramework",
"version": "1.0.0",
"summary": "My first framework",
"homepage": "https://github.com/nnobody/HelloFramework",
"license": "LICENSE",
"authors": "curi",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/nnobody/HelloFramework.git",
"tag": "1.0.0"
},
"source_files": "HelloFramework/**/*.{h,m}",
"resources": "HelloFramework/HelloFramework.h",
"requires_arc": true
}