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