[Add] TMNewsInformationSDK 1.2.70
[CocoaPods.git] / Specs / a / 2 / 8 / DWSwipeGestures / 0.0.1 / DWSwipeGestures.podspec.json
blob533557014907417f933ccb5af8e1e46b16b0f8bd
2   "name": "DWSwipeGestures",
3   "version": "0.0.1",
4   "summary": "A marquee view used on iOS.",
5   "description": "It is a marquee view used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/dwanghello/DWSwipeGesture",
7   "license": "MIT",
8   "authors": {
9     "dwanghello": "dwang.hello@outlook.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/dwanghello/DWSwipeGesture.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "DWSwipeGesture",
20     "DWSwipeGesture/DWSwipeGestures/**/*.{h,m}"
21   ],
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "xcconfig": {
27     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
28   }