blob: 63857fb4c84aa3a40d0f5778acfc59fc7a609fde [file] [log] [blame]
{
"name": "DWSwipeGestures",
"version": "0.0.2",
"summary": "A marquee view used on iOS.",
"description": "It is a marquee view used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/dwanghello/DWSwipeGesture",
"license": "MIT",
"authors": {
"dwanghello": "dwang.hello@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dwanghello/DWSwipeGesture.git",
"tag": "0.0.2"
},
"source_files": [
"DWSwipeGesture",
"DWSwipeGesture/DWSwipeGestures/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}