[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / 2 / 6 / 0 / RCRTimers / 1.0.0 / RCRTimers.podspec.json
blob22bd643726263eb7b9bcdb57519853ad2fba7e06
2   "name": "RCRTimers",
3   "version": "1.0.0",
4   "summary": "iOS timers that can be used to run code at regular intervals.",
5   "homepage": "https://github.com/robinsonrc/RCRTimers",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Rich Robinson",
11   "source": {
12     "git": "https://github.com/robinsonrc/RCRTimers.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "RCRTimers/*.{h,m}"
21   ],
22   "frameworks": "Foundation"