blob: d5805d2ffa9210b88b92513125a76c7916d33a20 [file] [log] [blame]
{
"name": "MGKit",
"version": "0.0.6",
"summary": "sssssss of MGKit.",
"homepage": "https://github.com/Maling1255/MGKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"maling": "maling@amberweather.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Maling1255/MGKit.git",
"tag": "0.0.6"
},
"source_files": "Classes/*.{h,m}",
"resources": "Classes/MGKit.bundle",
"frameworks": [
"AVFoundation",
"SystemConfiguration"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
},
"subspecs": [
{
"name": "MGtest",
"source_files": "Classes/MGtest/*.{h,m}"
},
{
"name": "Reachability",
"source_files": "Classes/Reachability/*.{h,m}"
}
]
}