[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / e / 2 / 1 / TBParse / 1.0.1 / TBParse.podspec.json
blob2a40abfde0ed1660c4edeb81b6b634b15452c3d7
2   "name": "TBParse",
3   "version": "1.0.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.0.1"
17   },
18   "social_media_url": "https://twitter.com/truebucha",
19   "module_name": "TBParse",
20   "swift_version": "4.1",
21   "platforms": {
22     "ios": "9.0",
23     "osx": "10.10"
24   },
25   "source_files": "TBParse/Classes/**/*",
26   "public_header_files": "TBParse/Classes/**/*.h",
27   "frameworks": "Foundation",
28   "dependencies": {
29     "Parse": [
31     ]
32   }