[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 6 / 2 / 7 / DDTRepeater / 0.0.4 / DDTRepeater.podspec.json
blobf3e893a4c1aafe0551a491d50b7b4680988203aa
2   "name": "DDTRepeater",
3   "version": "0.0.4",
4   "summary": "Executes a block of code repeatedly",
5   "description": "Replaces NSTimer in swift, I wasnt happy with having to\nsubclass NSObject when I wanted to use NSTimers",
6   "homepage": "http://www.DarenDavidTaylor.com",
7   "license": "GNU",
8   "authors": "Daren David Taylor",
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/mcBontempi/DDTRepeater.git",
14     "tag": "0.0.4"
15   },
16   "source_files": [
17     "Classes",
18     "*/*.{swift}"
19   ],
20   "exclude_files": "Classes/Exclude",
21   "pushed_with_swift_version": "3.0"