blob: 1fb180205cc96518036fb330cb8878ff90629aa2 [file] [log] [blame]
{
"name": "Nocilla",
"version": "0.10.0",
"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.10.0"
},
"platforms": {
"ios": "4.0",
"osx": "10.7"
},
"source_files": "Nocilla/**/*.{h,m}",
"public_header_files": [
"Nocilla/Categories/NSData+Nocilla.h",
"Nocilla/Categories/NSString+Nocilla.h",
"Nocilla/DSL/LSStubRequestDSL.h",
"Nocilla/DSL/LSStubResponseDSL.h",
"Nocilla/LSNocilla.h",
"Nocilla/Matchers/LSMatcheable.h",
"Nocilla/Matchers/NSData+Matcheable.h",
"Nocilla/Matchers/NSRegularExpression+Matcheable.h",
"Nocilla/Matchers/NSString+Matcheable.h",
"Nocilla/Model/LSHTTPBody.h",
"Nocilla/Nocilla.h"
],
"requires_arc": true,
"frameworks": "CFNetwork"
}