[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 1 / 5 / Funky / 0.1.0 / Funky.podspec.json
blob7c8e89c54197213f626057cc25b94c4dae287966
2   "name": "Funky",
3   "version": "0.1.0",
4   "license": {
5     "type": "WTFPL",
6     "file": "LICENSE.md"
7   },
8   "summary": "Functional programming tools and experiments (in Swift).  Lots of functions.",
9   "authors": {
10     "bryn austin bellomy": "bryn.bellomy@gmail.com"
11   },
12   "homepage": "https://github.com/brynbellomy/Funky",
13   "platforms": {
14     "ios": "8.0",
15     "osx": "10.10"
16   },
17   "source_files": [
18     "src/*.swift",
19     "src/**/*.swift"
20   ],
21   "requires_arc": true,
22   "dependencies": {
23     "LlamaKit": [
24       "0.1.1"
25     ]
26   },
27   "source": {
28     "git": "https://github.com/brynbellomy/Funky.git",
29     "tag": "0.1.0"
30   }