blob: d81c112ecd51b6c8593417137038b178af0aa7fc [file] [log] [blame]
{
"name": "iOS-FakeWeb",
"version": "0.1.1",
"summary": "Simple HTTP request mocking/interception for testing module.",
"homepage": "https://github.com/dealforest/iOS-FakeWeb",
"license": "MIT",
"authors": {
"Toshihiro Morimoto": "dealforest.net@gmail.com"
},
"source": {
"git": "https://github.com/dealforest/iOS-FakeWeb.git",
"tag": "0.1.1"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"default_subspecs": [
"NSURLConnection"
],
"subspecs": [
{
"name": "NSURLConnection",
"source_files": [
"FakeWeb/FakeWeb*.{h,m}",
"FakeWeb/NSURLConnection+FakeWeb.{h,m}"
]
},
{
"name": "ASIHTTPRequest",
"dependencies": {
"ASIHTTPRequest": [
]
},
"source_files": [
"FakeWeb/FakeWeb*.{h,m}",
"FakeWeb/ASIHTTPRequest+FakeWeb.{h,m}"
]
}
]
}