[Add] Courier_iOS 5.5.5
[CocoaPods.git] / Specs / 7 / 0 / 5 / YXTimer / 1.0.0 / YXTimer.podspec.json
blob8c49029ac96d9b28d096f5a2e161a9a382c45fff
2   "name": "YXTimer",
3   "summary": "A timer based on GCD implementation provides pause and recovery functions.",
4   "version": "1.0.0",
5   "homepage": "https://github.com/xinghanjie/YXTimer",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Heikki": "xinghanjie@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/xinghanjie/YXTimer.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "YXTimer/*.{h,m}",
21   "requires_arc": true,
22   "public_header_files": "YXTimer/*.{h}"