| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "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",
- "tvos": "9.0",
- "watchos": "2.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/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"
- }
|