blob: e0447522d4929f2af0a35e42072fa78aec64b90a [file] [log] [blame]
{
"name": "SkyerTools",
"version": "1.1.0",
"license": "MIT",
"summary": "A delightful iOS and OS X SkyerProject framework.",
"homepage": "https://github.com/274077005",
"authors": {
"274077005@qq.com": "skyer"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/274077005/SkyerTools.git",
"tag": "1.1.0",
"submodules": true
},
"requires_arc": true,
"subspecs": [
{
"name": "skCategory",
"source_files": "SkyerProject/SkyerTools/skCategory/*.{h,m}",
"public_header_files": "SkyerProject/SkyerTools/skCategory/*.h",
"frameworks": "UIKit"
},
{
"name": "skTools",
"source_files": "SkyerProject/SkyerTools/skTools/*.{h,m}",
"public_header_files": "SkyerProject/SkyerTools/skTools/*.h",
"dependencies": {
"MBProgressHUD": [
]
},
"frameworks": [
"UIKit",
"AVFoundation"
]
}
]
}