blob: c69bba03916497a3383111213ba218dc62e3b3c0 [file] [log] [blame]
{
"name": "WYLibraries",
"version": "1.1.5",
"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.1.5"
},
"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"
}
]
}