[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / e / 1 / a / MPUtils / 0.3.1 / MPUtils.podspec.json
blob2b87d1637f1ce62705a5f4fc775dc5fadbffaebe
2   "name": "MPUtils",
3   "version": "0.3.1",
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.3.1"
18   },
19   "social_media_url": "https://twitter.com/MartinPucik",
20   "static_framework": true,
21   "platforms": {
22     "ios": "10.0"
23   },
24   "source_files": "MPUtils/**/*",
25   "resources": [
26     "**/*.xcassets"
27   ],
28   "frameworks": [
29     "UIKit",
30     "Foundation"
31   ]