[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / 2 / 1 / TBParse / 1.1.1 / TBParse.podspec.json
blobaa7bd52f98dc20638f150c14ce17fd09c7afc8d3
2   "name": "TBParse",
3   "version": "1.1.1",
4   "summary": "A basic conversions for PFObject and Parse strings columns to lists of numbers, strings or key: value pairs.",
5   "description": "A basic conversions for PFObject and Parse strings columns to lists of numbers, strings or key: value pairs. This methods allow to enhance parse server capabilities.",
6   "homepage": "https://github.com/truebucha/TBParse",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "truebucha": "truebucha@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/truebucha/TBParse.git",
16     "tag": "1.1.1"
17   },
18   "social_media_url": "https://twitter.com/truebucha",
19   "swift_version": "4.1",
20   "platforms": {
21     "ios": "9.0",
22     "osx": "10.10"
23   },
24   "default_subspecs": [
25     "Core",
26     "Conversion"
27   ],
28   "frameworks": "Foundation",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "TBParse/Classes/Core/*",
33       "public_header_files": "TBParse/Classes/Core/*.h",
34       "dependencies": {
35         "TBParse/Conversion": [
37         ],
38         "Parse": [
40         ]
41       }
42     },
43     {
44       "name": "Conversion",
45       "source_files": "TBParse/Classes/Conversion/*",
46       "public_header_files": "TBParse/Classes/Conversion/*.h"
47     }
48   ]