[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / f / e / 4 / BlockLooper / 0.0.3 / BlockLooper.podspec.json
blob901f9db8d43947d9efc80e6bc45e53563c27b228
2   "name": "BlockLooper",
3   "version": "0.0.3",
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     "osx": "10.9"
13   },
14   "source": {
15     "git": "https://github.com/al7/BlockLooper.git",
16     "tag": "0.0.3"
17   },
18   "source_files": [
19     "BlockLooper/Source",
20     "BlockLooper/Source/**/*.{h,m,swift}"
21   ],
22   "requires_arc": true