blob: 577fe38745dfa1978b954676bb8be8bded058c33 [file] [log] [blame]
{
"name": "NLTHTTPStubServer",
"version": "0.1.2",
"license": "MIT",
"summary": "NLTHTTPStubServer is mocking server. launch simple HTTPServer on Testcodes.",
"homepage": "http://github.com/yaakaito/NLTHTTPStubServer",
"authors": {
"KAZUMA Ukyo": "yaakaito@gmail.com",
"Tomohiro Moro": "https://github.com/slightair"
},
"source": {
"git": "https://github.com/yaakaito/NLTHTTPStubServer.git",
"tag": "0.1.2"
},
"platforms": {
"ios": null
},
"source_files": "NLTHTTPStubServer/**/*.{h,m}",
"preserve_paths": [
"Podfile",
"Podfile.lock",
"NLTHTTPStubServerTests",
"Frameworks",
"NLTHTTPStubServer.xcodeproj",
"NLTHTTPStubServer.xcworkspace"
],
"dependencies": {
"CocoaHTTPServer": [
"2.2.1"
]
},
"requires_arc": false
}