[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / 1 / 6 / c / SCKit / 0.1 / SCKit.podspec.json
blob515d80447e6647fd739964c135fb13c17a3a6d9c
2   "name": "SCKit",
3   "version": "0.1",
4   "license": "BSD",
5   "summary": "A simple, unfocused Objective-C library.",
6   "homepage": "https://github.com/mpurland/SCKit",
7   "authors": {
8     "Sebiastian Celis": "sebastian@sebastiancelis.com"
9   },
10   "source": {
11     "git": "https://github.com/mpurland/SCKit.git",
12     "tag": "0.1"
13   },
14   "description": "SCKit is a simple, unfocused Objective-C library. It is designed to contain useful code for both iOS and OS X projects. Currently, it has a definite iOS bias, but that may change in the future.",
15   "platforms": {
16     "ios": null
17   },
18   "source_files": [
19     "iOS/**/*.{h,m}",
20     "Common/**/*.{h,m}"
21   ],
22   "requires_arc": false