[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 2 / 9 / KSReason / 1.0.5 / KSReason.podspec.json
blob534098894e21ad14e4490b3dc8e7984b30f584f4
2   "name": "KSReason",
3   "version": "1.0.5",
4   "summary": "A number of helpers for doing iteration, parsing, and more",
5   "description": "                       * `KSParser` provides parsing for a number of classes such as NSNumber, NSString and NSDate to help with parsing APIs.\n                       * `KSEnumerable` implements many enumeration methods such as each, map, reduce, filter, and find using a block syntax.\n                       * `KSInflection` implements pluralization and singularization helpers for strings and allows custom rules to be defined.\n                       * `KSBackbone` provides some basic helpers for using models and collections including parsing, archiving, attributes, associations, and identity.\n",
6   "homepage": "https://github.com/ksylvest/reason",
7   "license": "MIT",
8   "authors": {
9     "Kevin Sylvestre": "kevin@ksylvest.com"
10   },
11   "source": {
12     "git": "https://github.com/ksylvest/reason.git",
13     "tag": "1.0.5"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "KSReason": [
22       "Pod/Assets/*"
23     ]
24   }