[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / 3 / b / MEReactiveFoundation / 1.0.2 / MEReactiveFoundation.podspec.json
blobe50ab0a39a2d0d63a0fa40ed85ef5f4d13cb5f30
2   "name": "MEReactiveFoundation",
3   "version": "1.0.2",
4   "authors": {
5     "William Towe": "willbur1984@gmail.com"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "homepage": "https://github.com/MaestroElearning/MEReactiveFoundation",
12   "source": {
13     "git": "https://github.com/MaestroElearning/MEReactiveFoundation.git",
14     "tag": "1.0.2"
15   },
16   "summary": "A collection of classes that extend the Foundation framework collection classes (NSArray, NSSet, and NSDictionary).",
17   "description": "Includes functions and methods that add functionality commonly found in functional languages (e.g. Haskell) to the Foundation framework collection classes. For example, map, filter, fold, zip, and unzip.",
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.9"
21   },
22   "requires_arc": true,
23   "frameworks": "Foundation",
24   "source_files": [
25     "MEReactiveFoundation",
26     "MEReactiveFoundation/Private"
27   ],
28   "private_header_files": "MEReactiveFoundation/Private"