blob: a96f4f3a4e9e0278a4c1eec58ac85956d924a794 [file] [log] [blame]
{
"name": "STHTTPServer",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "STHTTPServer/Classes/**/*.{h,m}",
"public_header_files": "STHTTPServer/Classes/**/*.{h}",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
],
"YYModel": [
],
"YYCache": [
]
}
}