Nocilla.podspec.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. },
  21. "source_files": "Nocilla/**/*.{h,m}",
  22. "public_header_files": [
  23. "Nocilla/Categories/NSData+Nocilla.h",
  24. "Nocilla/Categories/NSString+Nocilla.h",
  25. "Nocilla/DSL/LSStubRequestDSL.h",
  26. "Nocilla/DSL/LSStubResponseDSL.h",
  27. "Nocilla/LSNocilla.h",
  28. "Nocilla/Matchers/LSMatcheable.h",
  29. "Nocilla/Matchers/NSData+Matcheable.h",
  30. "Nocilla/Matchers/NSRegularExpression+Matcheable.h",
  31. "Nocilla/Matchers/NSString+Matcheable.h",
  32. "Nocilla/Model/LSHTTPBody.h",
  33. "Nocilla/Nocilla.h"
  34. ],
  35. "requires_arc": true,
  36. "frameworks": "CFNetwork"
  37. }