[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 4 / d / b / OpinionatedC / 0.1.6 / OpinionatedC.podspec.json
blob1cc7a4b31277033c1736ba34ac93c61f9e076ff2
2   "name": "OpinionatedC",
3   "version": "0.1.6",
4   "summary": "Because Objective-C should have inherited more from Smalltalk",
5   "description": "OpinionatedC provides a number of categories that allow to write\nmore concise and readable code, inspired by Smalltalk.\nAt the moment, these are mostly collection methods like map:, \nreduce:, select:, reject:, each:, each:separatedBy:, anySatisfy:,\nallSatisfy:, and many more.\nTake a look at the GitHub repository for the complete list of additions.",
6   "homepage": "https://github.com/leoschweizer/OpinionatedC",
7   "social_media_url": "https://twitter.com/leoschweizer",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Leo Schweizer": "leonhard.schweizer@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/leoschweizer/OpinionatedC.git",
17     "tag": "0.1.6"
18   },
19   "platforms": {
20     "ios": "4.3",
21     "osx": "10.7"
22   },
23   "requires_arc": true,
24   "source_files": [
25     "Lib",
26     "Lib/**/*.{h,m}"
27   ]