blob: 6eb1c1a3fd3a8d6f3c79dc4ea7068c66d4df952a [file] [log] [blame]
{
"name": "ScrollPager",
"version": "0.1",
"summary": "A fully featured scroll pager similar to the one in flipboard, fully configurable through storyboard",
"homepage": "https://github.com/aryaxt/iOS-Slide-Menu",
"license": {
"type": "MIT",
"file": "License.txt"
},
"authors": {
"Aryan Ghassemi": "https://github.com/aryaxt/ScrollPager"
},
"source": {
"git": "https://github.com/aryaxt/ScrollPager.git",
"tag": "0.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "ScrollPager/Source/*.{swift}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}