[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / 2 / 1 / TBParse / 1.2.0 / TBParse.podspec.json
blob1a6e4d9c811094b546631338430d5cf0f2f564d7
2   "name": "TBParse",
3   "version": "1.2.0",
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.2.0"
17   },
18   "social_media_url": "https://twitter.com/truebucha",
19   "module_name": "TBParse",
20   "platforms": {
21     "ios": "9.0",
22     "osx": "10.10"
23   },
24   "default_subspecs": "Core",
25   "frameworks": "Foundation",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "TBParse/Classes/Core/*",
30       "public_header_files": "TBParse/Classes/Core/*.h",
31       "dependencies": {
32         "TBConversions/Parse": [
34         ],
35         "Parse": [
37         ]
38       }
39     }
40   ]