[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 2 / 9 / KSReason / 1.6.0 / KSReason.podspec.json
blob17630990697a04b5a4f1c851f016196b9c5c6360
2   "name": "KSReason",
3   "version": "1.6.0",
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.",
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.6.0"
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   }