blob: 1de370be7ffcba6added0e67358c4414107769b7 [file] [log] [blame]
{
"name": "Nocilla",
"version": "0.2",
"summary": "Stunning HTTP stubbing for iOS. Testing HTTP requests has never been easier.",
"homepage": "https://github.com/luisobo/Nocilla",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luis Solano": "contact@luissolano.com"
},
"source": {
"git": "https://github.com/luisobo/Nocilla.git",
"tag": "0.2"
},
"platforms": {
"ios": "4.0",
"osx": "10.7"
},
"source_files": "Nocilla/**/*.{h,m}",
"public_header_files": [
"Nocilla/Nocilla.h",
"Nocilla/LSNocilla.h",
"Nocilla/DSL/DSL.h",
"Nocilla/DSL/LSStubRequestDSL.h",
"Nocilla/DSL/LSStubResponseDSL.h"
],
"requires_arc": true
}