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