[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / b / 3 / 1 / WJFunctionThrottle / 1.0.0 / WJFunctionThrottle.podspec.json
blob30a15232250954ef00f663e4f8674da301948c0f
2   "name": "WJFunctionThrottle",
3   "version": "1.0.0",
4   "summary": "A lightweight Objective-C function throttle and debounce library. ",
5   "description": "A lightweight Objective-C function throttle and debounce library.",
6   "homepage": "https://github.com/wangwanjie/WJFunctionThrottle",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wangwanjie": "wangwanjie1993@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/wangwanjie/WJFunctionThrottle.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": [
22     "WJFunctionThrottle",
23     "WJFunctionThrottle/**/*.{h,m}"
24   ],
25   "public_header_files": "WJFunctionThrottle/**/*.h",
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ],
30   "requires_arc": true