[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / d / 8 / 5 / SPTestRailReporter / 1.0.0 / SPTestRailReporter.podspec.json
blobb7e233d1cdef5cebc909c29e34edcd832067e115
2   "name": "SPTestRailReporter",
3   "version": "1.0.0",
4   "summary": "SPTestRailReporter is the missing iOS Framework that automagically performs TestRail Reporting.",
5   "description": "SPTestRailReporter performs almost all CRUD operations on all entities supported by TestRail api v2. The following documentation helps you onboard SPTestRailReporter.",
6   "homepage": "https://siddarthapolisetty.github.io/SPTestRailReporter/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Siddartha Polisetty": "siddarthpolishetty@yahoo.com"
13   },
14   "social_media_url": "https://www.linkedin.com/in/siddarthapolisetty",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/SiddarthaPolisetty/SPTestRailReporter.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "SPTestRailReporter",
23   "requires_arc": true,
24   "dependencies": {
25     "NSData+Base64": [
26       "1.0.0"
27     ],
28     "AFNetworking": [
29       "2.5.4"
30     ],
31     "JSONModel": [
32       "1.2.0"
33     ]
34   }