[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / d / 2 / 0 / RubySugar / 1.2.1 / RubySugar.podspec.json
blob96035108871909657f309cb05505746763e34e54
2   "name": "RubySugar",
3   "version": "1.2.1",
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   "source": {
14     "git": "https://github.com/michalkonturek/RubySugar.git",
15     "tag": "1.2.1"
16   },
17   "source_files": "Source/**/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "MKFoundationKit/Block": [
21       ">= 1.0.0"
22     ]
23   }