[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 7 / 1 / MTTransitions / 0.0.2 / MTTransitions.podspec.json
blobf212a8a49123356fbdcb27021aa8adb6e621e81f
2   "name": "MTTransitions",
3   "version": "0.0.2",
4   "license": {
5     "type": "MIT"
6   },
7   "requires_arc": true,
8   "source": {
9     "git": "https://github.com/alexiscn/MTTransitions.git",
10     "tag": "0.0.2"
11   },
12   "summary": "MTTransitions",
13   "homepage": "https://github.com/alexiscn/MTTransitions",
14   "authors": {
15     "xushuifeng": "shuifengxu@gmail.com"
16   },
17   "platforms": {
18     "ios": "11.0"
19   },
20   "swift_version": "4.2",
21   "source_files": "Source/**/*.{swift,metal,h}",
22   "resources": "Source/**/Assets.bundle",
23   "xcconfig": {
24     "MTL_HEADER_SEARCH_PATHS": "${PODS_CONFIGURATION_BUILD_DIR}/MetalPetal/MetalPetal.framework/Headers"
25   },
26   "weak_frameworks": "MetalKit",
27   "dependencies": {
28     "MetalPetal": [
30     ]
31   }