Nocilla.podspec.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "Nocilla",
  3. "version": "0.10.0",
  4. "summary": "Stunning HTTP stubbing for iOS. Testing HTTP requests has never been easier.",
  5. "homepage": "https://github.com/luisobo/Nocilla",
  6. "license": {
  7. "type": "MIT",
  8. "file": "LICENSE"
  9. },
  10. "authors": {
  11. "Luis Solano": "contact@luissolano.com"
  12. },
  13. "source": {
  14. "git": "https://github.com/luisobo/Nocilla.git",
  15. "tag": "0.10.0"
  16. },
  17. "platforms": {
  18. "ios": "4.0",
  19. "osx": "10.7",
  20. "tvos": "9.0",
  21. "watchos": "2.0"
  22. },
  23. "source_files": "Nocilla/**/*.{h,m}",
  24. "public_header_files": [
  25. "Nocilla/Categories/NSData+Nocilla.h",
  26. "Nocilla/Categories/NSString+Nocilla.h",
  27. "Nocilla/DSL/LSStubRequestDSL.h",
  28. "Nocilla/DSL/LSStubResponseDSL.h",
  29. "Nocilla/LSNocilla.h",
  30. "Nocilla/Matchers/LSMatcheable.h",
  31. "Nocilla/Matchers/NSData+Matcheable.h",
  32. "Nocilla/Matchers/NSRegularExpression+Matcheable.h",
  33. "Nocilla/Matchers/NSString+Matcheable.h",
  34. "Nocilla/Model/LSHTTPBody.h",
  35. "Nocilla/Nocilla.h"
  36. ],
  37. "requires_arc": true,
  38. "frameworks": "CFNetwork"
  39. }