[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 1 / 5 / Funky / 0.2.2 / Funky.podspec.json
blobb86ca2caf42d15bd56396ea5cb748f1a0441ce03
2   "name": "Funky",
3   "version": "0.2.2",
4   "license": {
5     "type": "MIT",
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://brynbellomy.github.io/Funky",
13   "documentation_url": "https://brynbellomy.github.io/Funky",
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.1.0"
23     ]
24   },
25   "source": {
26     "git": "https://github.com/brynbellomy/Funky.git",
27     "tag": "0.2.2"
28   }