blob: ea534073ec161761b2ddf8232a63a55b23732b70 [file] [log] [blame]
{
"name": "DSmallFramework",
"version": "0.0.1",
"summary": "A short description of DSmallFramework.",
"description": "DSmallFramework is my self code framework , for my project",
"homepage": "http://EXAMPLE/DSmallFramework",
"license": "MIT",
"authors": {
"duhao": "duhaoios@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/iOSSample/DSmallFramework.git",
"tag": "0.0.1"
},
"source_files": [
"DSmallFramework",
"DSmallFramework/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation",
"MobileCoreServices"
],
"requires_arc": true
}