blob: c65581341525936f83955e5a7893e5f21f90e5c4 [file] [log] [blame]
{
"name": "MMTutorial",
"version": "0.1.1",
"summary": "Objective-c Tutorial Page.",
"description": "simple tutorial view controller for image and text.",
"homepage": "https://github.com/ankye/MMTutorial",
"screenshots": "https://raw.githubusercontent.com/ankye/MMTutorial/master/snapshot/snapshot.gif",
"license": "MIT",
"authors": {
"ankye": "shengxiehua@me.com"
},
"source": {
"git": "https://github.com/ankye/MMTutorial.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MMTutorial": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"RTLabel": [
"~> 1.0.1"
]
}
}