[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 1 / 7 / AnyFunction / 1.0.0 / AnyFunction.podspec.json
blob9fff8c58f39ec59de8be8c4ffc8b758ae1a54d04
2   "name": "AnyFunction",
3   "version": "1.0.0",
4   "summary": "Type tools for manipulating closures of distinct types",
5   "description": "Type tools for manipulating closures of distinct types.",
6   "homepage": "https://github.com/damouse/AnyFunction",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mickey Barboi": "mickey.barboi@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/damouse/AnyFunction.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "source_files": [
23     "AnyFunction",
24     "AnyFunction/**/*.{swift,h,m}"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "DSON": [
29       "~> 1.0.1"
30     ]
31   }