blob: 64a961922a20cc0430a1804a3d68cec3786dde51 [file] [log] [blame]
{
"name": "OKFrameworkKit",
"version": "1.1.3",
"summary": "OKFrameworkKit is some category library",
"homepage": "https://github.com/Herb-Sun/OKFrameworkKit",
"license": "MIT",
"authors": {
"huabei.sun": "huabei.sun@okcoin.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Herb-Sun/OKFrameworkKit.git",
"tag": "1.1.3"
},
"source_files": "OKFrameworkKit/OKFrameworkKit.h",
"public_header_files": "OKFrameworkKit/OKFrameworkKit.h",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
],
"requires_arc": true,
"subspecs": [
{
"name": "Macros",
"source_files": "OKFrameworkKit/Macros/*.h"
},
{
"name": "Foundation",
"source_files": "OKFrameworkKit/Foundation/**/*.{h,m,c}"
},
{
"name": "UIKit",
"source_files": "OKFrameworkKit/UIKit/**/*.{h,m,c}",
"dependencies": {
"OKFrameworkKit/Foundation": [
]
}
},
{
"name": "QuartzCore",
"source_files": "OKFrameworkKit/QuartzCore/**/*.{h,m,c}"
}
]
}