blob: c5619272ef072b284ca4e74d827b2906f6e52a7c [file] [log] [blame]
{
"name": "Nocilla",
"version": "0.11.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.11.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7",
"tvos": "9.0"
},
"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/LSMatcher.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"
}