[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / 2 / 1 / TBParse / 1.0.0 / TBParse.podspec.json
blob1b2ef4e6ca5e61a9e4f3232f0eae7610d97e86c5
2   "name": "TBParse",
3   "version": "1.0.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.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "TBParse/Classes/**/*",
22   "public_header_files": "TBParse/Classes/**/*.h",
23   "dependencies": {
24     "Parse": [
26     ]
27   }