[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / d / 2 / 0 / RubySugar / 1.3.0 / RubySugar.podspec.json
blob79f3428068db1b5c4aea5b7baffb2fc24637679d
2   "name": "RubySugar",
3   "version": "1.3.0",
4   "summary": "Ports Ruby syntactic sugar to Objective-C.",
5   "homepage": "https://github.com/michalkonturek/RubySugar",
6   "license": "MIT",
7   "authors": {
8     "Michal Konturek": "michal.konturek@gmail.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "social_media_url": "https://twitter.com/michalkonturek",
14   "source": {
15     "git": "https://github.com/michalkonturek/RubySugar.git",
16     "tag": "1.3.0"
17   },
18   "source_files": "Source/**/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "MKFoundationKit/Block": [
22       ">= 1.2.0"
23     ]
24   }