blob: 1dee4ad97b0ececd3108c6a13beca0bac0ddc012 [file] [log] [blame]
{
"name": "WCoreKit",
"version": "0.1.0",
"summary": "一些方便开发的IOS工具类",
"description": "本人自己用的一些关于IOS开发的工具",
"homepage": "https://github.com/jw10126121/WCoreKit",
"license": "MIT",
"authors": {
"linjiawei": "10126121@qq.com"
},
"source": {
"git": "https://github.com/jw10126121/WCoreKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "WToolsKit",
"source_files": "Pod/Classes/WToolsKit/**/*",
"public_header_files": "Pod/Classes/WToolsKit/**/*.h"
}
]
}