blob: b3d81fc37c232c752cd06eb928a2c176bb9aee6c [file] [log] [blame]
{
"name": "ROSwipenger",
"version": "0.0.1",
"summary": "A sliding page view controller",
"description": " Sliding page view controller. All child view controllers are lazy loaded. \n",
"homepage": "https://github.com/Rounded/ROSwipenger",
"license": "MIT",
"authors": {
"Heather Snepenger": "hs@roundedco.com"
},
"source": {
"git": "https://github.com/Rounded/ROSwipenger.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"ROSwipenger": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"PureLayout": [
]
}
}