[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / a / b / 3 / MTCollectionOperators / 0.1.1 / MTCollectionOperators.podspec.json
bloba0a98efab91ee7b662f08763cb514fcabb4e06a5
2   "name": "MTCollectionOperators",
3   "version": "0.1.1",
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.\nSupports NSSet and NSArray, as well as their\nmutable subclasses. Provides map, intersect and subtract\noperations.",
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.1"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "platforms": {
23     "ios": null
24   }