[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / a / 8 / MUKToolkit / 1.1.3 / MUKToolkit.podspec.json
blobbd45b74926ae0aefa6326c60bda4f17bbb73a436
2   "name": "MUKToolkit",
3   "version": "1.1.3",
4   "summary": "iOS framework which exposes some useful methods.",
5   "license": "BSD 3-Clause",
6   "platforms": {
7     "ios": "5.0"
8   },
9   "homepage": "https://github.com/muccy/MUKToolkit",
10   "authors": {
11     "Marco Muccinelli": "muccymac@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/muccy/MUKToolkit.git",
15     "tag": "1.1.3"
16   },
17   "source_files": [
18     "MUKToolkit/*.{h,m}",
19     "MUKToolkit/Classes/**/*.{h,m}"
20   ],
21   "requires_arc": true,
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "CoreGraphics",
26     "Security",
27     "Accelerate"
28   ],
29   "xcconfig": {
30     "OTHER_LDFLAGS": "-ObjC"
31   }