blob: 3397c8d1e41c24ea180e401096ac35ac5f8a780b [file] [log] [blame]
{
"name": "Nocilla",
"version": "0.1",
"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.1"
},
"platforms": {
"ios": "4.0"
},
"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
}