[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / b / 3 / MTCollectionOperators / 0.1.0 / MTCollectionOperators.podspec.json
blob26f1e9f5505d8bf9d34f72a95d185f1702ff2d59
2   "name": "MTCollectionOperators",
3   "version": "0.1.0",
4   "summary": "Adds map, intersect, subtract, etc operators to collection classes.",
5   "description": "                    A set of handy add-ons to Cocoa's basic collection classes.\n                    Supports NSSet and NSArray, as well as their\n                    mutable subclasses. Provides map, intersect and subtract\n                    operations.\n",
6   "homepage": "https://github.com/mtrudel/MTCollectionOperators",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mat Trudel": "mat@geeky.net"
13   },
14   "source": {
15     "git": "https://github.com/mtrudel/MTCollectionOperators.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "requires_arc": true