[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 8 / f / GFTimer / 1.0.0 / GFTimer.podspec.json
blob7d9ea2542b67fdb86b69ea6bb2ef90362f96f10d
2   "name": "GFTimer",
3   "summary": "A timer which use GCD to implement it.",
4   "version": "1.0.0",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "linguofang": "913868456@qq.com"
11   },
12   "homepage": "https://github.com/913868456/GCDTimer",
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/913868456/GCDTimer.git",
18     "tag": "1.0.0"
19   },
20   "requires_arc": true,
21   "source_files": "GCDTimer/**/*.{h,m}",
22   "public_header_files": "GCDTimer/**/*.{h}"