[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / f / e / 4 / BlockLooper / 0.0.2 / BlockLooper.podspec.json
blob7b832aeff59266a6d96c6910df251520fa11638a
2   "name": "BlockLooper",
3   "version": "0.0.2",
4   "summary": "Helper class that lets you loop a closure until you tell it to stop. In Swift.",
5   "homepage": "http://github.com/al7/BlockLooper",
6   "license": "MIT",
7   "authors": {
8     "Alex Leite": "admin@al7dev.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/al7/BlockLooper.git",
15     "tag": "0.0.2"
16   },
17   "source_files": [
18     "BlockLooper/Source",
19     "BlockLooper/Source/**/*.{h,m,swift}"
20   ],
21   "requires_arc": true