blob: 97ad6d0678c8c20a4f4c9317647c175737bf97f0 [file] [log] [blame]
{
"name": "SwipeUpView",
"version": "1.0.1",
"summary": "You can easly create swipeable views by using SwipeUpView",
"description": "SwipeUpView is used to create swipeable views. This is very useful to build swipe-based views. The interface is as simple as UIKit's.",
"homepage": "https://github.com/zingat/SwipeUpView",
"screenshots": "https://raw.githubusercontent.com/zingat/SwipeUpView/master/SwipeUpView.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kadir Kemal Dursun": "kkdursun@yahoo.com",
"Yusuf Çınar": "yusuf.cinar@zingat.com"
},
"source": {
"git": "https://github.com/zingat/SwipeUpView.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"source_files": "SwipeUpView/Classes/**/*"
}