blob: 8cb30111b8f97e7a32a954eaab6826a1d69e29b4 [file] [log] [blame]
{
"name": "EHIntroView",
"version": "1.0.0",
"summary": "A regular intro view.",
"description": "A clean intro view. you have to build EHIntroPage all by yourself.\nEHIntroView collects all EHIntroPage's touchUpInside events, and passes those events to its delegate.",
"homepage": "https://github.com/waterflowseast/EHIntroView",
"screenshots": [
"https://github.com/waterflowseast/EHIntroView/raw/master/screenshots/1.png",
"https://github.com/waterflowseast/EHIntroView/raw/master/screenshots/2.png",
"https://github.com/waterflowseast/EHIntroView/raw/master/screenshots/3.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eric Huang": "WaterFlowsEast@gmail.com"
},
"source": {
"git": "https://github.com/waterflowseast/EHIntroView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "EHIntroView/Classes/**/*",
"dependencies": {
"EHItemViewCommon": [
"~> 1.0.0"
]
}
}