blob: 72d15ffc849f59fcfeb95850c7ad3dcb415ea220 [file] [log] [blame]
{
"name": "SkyerTools",
"version": "1.1.7",
"license": "MIT",
"summary": "Write their own library, or to use at ordinary times convenient methods are kept in it after use",
"homepage": "https://github.com/274077005",
"authors": {
"274077005@qq.com": "skyer"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/274077005/SkyerTools.git",
"tag": "1.1.7",
"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",
"CoreLocation"
]
}
]
}