blob: 7aaf626cc50640cc5ee0249cf28152451ae9f948 [file] [log] [blame]
{
"name": "WCoreKit",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "WToolsKit",
"source_files": "Pod/Classes/WToolsKit/**/*",
"public_header_files": "Pod/Classes/WToolsKit/**/*.h"
},
{
"name": "WRuntimeKit",
"source_files": "Pod/Classes/WRuntimeKit/**/*",
"public_header_files": "Pod/Classes/WRuntimeKit/**/*.h"
}
]
}