[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 7 / f / SwiftDelayer / 1.0 / SwiftDelayer.podspec.json
blob3d4192a3a20c2922d2341996b966a820feedf4a9
2   "name": "SwiftDelayer",
3   "version": "1.0",
4   "summary": "Simple GCD delayer wrapper in Swift",
5   "description": "Just a simple wrapper for the GCD delay functionality written in Swift",
6   "homepage": "https://github.com/PiXeL16/SwiftDelayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris Jimenez": "cjimenez16@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/chrisjimeneznat",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/PiXeL16/SwiftDelayer.git",
20     "tag": "1.0"
21   },
22   "source_files": [
23     "SwiftDelayer/",
24     "SwiftDelayer/**/*.{h,m,swift}"
25   ],
26   "requires_arc": true