[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 7 / d / MTLParseAdapter / 0.1.0 / MTLParseAdapter.podspec.json
blob87b6b11bec50397498a98e399d033ea46e1fb6ee
2   "name": "MTLParseAdapter",
3   "version": "0.1.0",
4   "summary": "Easily convert your objects to and from Parse PFObjects",
5   "description": "                        This library provides an interface to convert\n                        objects that conform to MTLJSONSerializing to and\n                        from PFObjects provided by the Parse SDK.\n",
6   "homepage": "https://github.com/lazerwalker/MTLParseAdapter",
7   "license": "MIT",
8   "authors": {
9     "Mike Walker": "michael@lazerwalker.com"
10   },
11   "source": {
12     "git": "https://github.com/lazerwalker/MTLParseAdapter.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "MTLParseAdapter": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "dependencies": {
27     "Asterism": [
28       "~> 1.0"
29     ],
30     "Mantle": [
31       "~> 1.5"
32     ],
33     "Parse": [
34       "~> 1.6"
35     ]
36   }