blob: c088bc878f08967cc96bda25e8a22db22160f965 [file] [log] [blame]
{
"name": "PullToRefreshSwift",
"version": "1.0.0",
"summary": "iOS Simple PullToRefresh Library.",
"homepage": "https://github.com/dekatotoro/PullToRefreshSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yuji Hato": "hatoyujidev@gmail.com"
},
"social_media_url": "https://twitter.com/dekatotoro",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dekatotoro/PullToRefreshSwift.git",
"tag": "1.0.0"
},
"source_files": "Source/**/*.{h,m,swift}",
"resources": "Source/**/*.{svg,png,xib}",
"requires_arc": true
}