[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 0 / 2 / CXFunctor / 0.0.1 / CXFunctor.podspec.json
blob13654614d4e4579622edeff16f3f36521f60b632
2   "name": "CXFunctor",
3   "version": "0.0.1",
4   "summary": "Functional operations for Objective-C objects: functors and foldables",
5   "description": "                      Functional operations for Objective-C objects inspired by Haskell\n                        * functors (`cx_map`)\n                        * foldables (`cx_fold*`)\n",
6   "homepage": "https://github.com/proger/CXFunctor",
7   "license": "MIT",
8   "authors": {
9     "Vladimir Kirillov": "vladimir.kirillov@universalmind.com"
10   },
11   "source": {
12     "git": "https://github.com/proger/CXFunctor.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.9"
18   },
19   "requires_arc": true,
20   "source_files": "Classes",
21   "public_header_files": "Classes/**/*.h"