blob: c91333bb0406a19aa226d446c004e2c999d1a052 [file] [log] [blame]
{
"name": "STHTTPServer",
"version": "1.0.1",
"summary": "A short description of STHTTPServer.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/misakatao/STHTTPServer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"misakatao": "misakatao@gmail.com"
},
"source": {
"git": "https://github.com/misakatao/STHTTPServer.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"ios": {
"source_files": "STHTTPServer/Classes/**/*.{h,m}",
"public_header_files": "STHTTPServer/Classes/**/*.{h}",
"frameworks": "UIKit"
},
"dependencies": {
"AFNetworking": [
],
"YYModel": [
],
"YYCache": [
]
}
}