blob: 128f2dab3d48172e9d4183412b45b5cb633e0c58 [file] [log] [blame]
{
"name": "PagingView",
"version": "0.4.2",
"summary": "Infinite paging, Smart auto layout, Interface of similar to UIKit.",
"homepage": "https://github.com/KyoheiG3/PagingView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyohei Ito": "je.suis.kyohei@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/KyoheiG3/PagingView.git",
"tag": "0.4.2"
},
"source_files": "PagingView/**/*.{h,swift}",
"requires_arc": true,
"frameworks": "UIKit"
}