[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 4 / 0 / MMTutorial / 0.1.1 / MMTutorial.podspec.json
blobc65581341525936f83955e5a7893e5f21f90e5c4
2   "name": "MMTutorial",
3   "version": "0.1.1",
4   "summary": "Objective-c Tutorial Page.",
5   "description": "simple tutorial view controller for image and text.",
6   "homepage": "https://github.com/ankye/MMTutorial",
7   "screenshots": "https://raw.githubusercontent.com/ankye/MMTutorial/master/snapshot/snapshot.gif",
8   "license": "MIT",
9   "authors": {
10     "ankye": "shengxiehua@me.com"
11   },
12   "source": {
13     "git": "https://github.com/ankye/MMTutorial.git",
14     "tag": "0.1.1"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "MMTutorial": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "UIKit",
27   "dependencies": {
28     "RTLabel": [
29       "~> 1.0.1"
30     ]
31   }