[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / e / 2 / 1 / TBParse / 1.1.0 / TBParse.podspec.json
blob600adab241af7a807c4cf428e86cd032e1328f0e
2   "name": "TBParse",
3   "version": "1.1.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.1.0"
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   "default_subspecs": [
26     "Core",
27     "Conversion"
28   ],
29   "frameworks": "Foundation",
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "TBParse/Classes/Core/*",
34       "public_header_files": "TBParse/Classes/Core/*.h",
35       "dependencies": {
36         "TBParse/Conversion": [
38         ],
39         "Parse": [
41         ]
42       }
43     },
44     {
45       "name": "Conversion",
46       "source_files": "TBParse/Classes/Conversion/*",
47       "public_header_files": "TBParse/Classes/Conversion/*.h"
48     }
49   ]