blob: 52ab029a2958ae4208780cfebf6cf69ee359de70 [file] [log] [blame]
{
"name": "PullToSearchControl",
"version": "0.0.2",
"summary": "PullToSearchControl being used to create pull to search behaviour.",
"description": "This CocoaPods library helps you add pull to search behaviour in UIScrollView or its descendants, such as UITableView or UICollectionView.",
"homepage": "https://github.com/cuongv/PullToSearchControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cuong Vuong": "cuongv88@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/cuongv/PullToSearchControl.git",
"tag": "0.0.2"
},
"source_files": "PullToSearchControl/**/*.{h,m,swift}",
"frameworks": "UIKit"
}