[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 7 / 3 / b / MEReactiveFoundation / 1.0.5 / MEReactiveFoundation.podspec.json
blob0e7ff3a9e7f2cf8e1d08c236949b26b665e33058
2   "name": "MEReactiveFoundation",
3   "version": "1.0.5",
4   "authors": {
5     "William Towe": "willbur1984@gmail.com"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "homepage": "https://github.com/TeamMaestro/MEReactiveFoundation",
12   "source": {
13     "git": "https://github.com/TeamMaestro/MEReactiveFoundation.git",
14     "tag": "1.0.5"
15   },
16   "summary": "A collection of classes that extend the Foundation collection classes with functionality found in functional languages.",
17   "description": "A collection of classes that extend the Foundation collection classes with functionality found in functional languages (e.g. Haskell). Examples include: map, filter, find, fold, zip, unzip, and concat. Compatible with iOS/OSX, 7.0+/10.9+.",
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"