[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / 1 / a / MPUtils / 0.2.9 / MPUtils.podspec.json
blob8f63cbe9b3277c0029ea49ac07c157f7517e9309
2   "name": "MPUtils",
3   "version": "0.2.9",
4   "summary": "Swift utility classes and extensions",
5   "swift_version": "4.2",
6   "description": "Couple of Swift utility methods and extensions",
7   "homepage": "https://github.com/martinpucik/MPUtils",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "martinpucik": "martin@martinpucik.com"
14   },
15   "source": {
16     "git": "https://github.com/martinpucik/MPUtils.git",
17     "tag": "0.2.9"
18   },
19   "social_media_url": "https://twitter.com/MartinPucik",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "source_files": "MPUtils/**/*",
24   "resources": [
25     "**/*.xcassets"
26   ],
27   "frameworks": [
28     "UIKit",
29     "Foundation"
30   ]