blob: d11e0d9f1e8990ecd6966c3ea2369e2082077ba1 [file] [log] [blame]
{
"name": "REPagedScrollView",
"version": "1.0",
"authors": {
"Roman Efimov": "romefimov@gmail.com"
},
"homepage": "https://github.com/romaonthego/REPagedScrollView",
"summary": "Paged UIScrollView with an embedded UIPageControl.",
"source": {
"git": "https://github.com/romaonthego/REPagedScrollView.git",
"tag": "1.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "REPagedScrollView",
"public_header_files": "REPagedScrollView/*.h",
"ios": {
"frameworks": "QuartzCore"
}
}