blob: d655b4526acc14034ebc6b9e336b423189c3f273 [file] [log] [blame]
{
"name": "WYLibraries",
"version": "1.0.1",
"summary": "A few toolkit",
"platforms": {
"ios": "5.0"
},
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Seaphy Liu": "lhhuai0720@126.com"
},
"homepage": "https://github.com/lhhuai/WYLibraries",
"source": {
"git": "https://github.com/lhhuai/WYLibraries.git",
"tag": "1.0.1"
},
"requires_arc": true,
"subspecs": [
{
"name": "WYFoundation",
"source_files": "WYLibraries/WYFoundation/*.{h,m}",
"public_header_files": "WYLibraries/WYFoundation/*.h"
},
{
"name": "WYUIKit",
"dependencies": {
"WYLibraries/WYFoundation": [
]
},
"source_files": "WYLibraries/WYUIKit/*.{h,m}",
"public_header_files": "WYLibraries/WYUIKit/*.h"
}
]
}