blob: 17d94000e8102b43b60f22d8ca2559f561398613 [file] [log] [blame]
{
"name": "ScrollPager",
"version": "0.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ScrollPager/Source/*.{swift}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}