[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / 7 / 1 / BlueprintUI / 4.0.0 / BlueprintUI.podspec.json
blob2c9bd0a64fb2e2e9d6b517489b535638bdb53b92
2   "name": "BlueprintUI",
3   "version": "4.0.0",
4   "summary": "Swift library for declarative UI construction",
5   "homepage": "https://www.github.com/square/blueprint",
6   "license": "Apache License, Version 2.0",
7   "authors": "Square",
8   "source": {
9     "git": "https://github.com/square/blueprint.git",
10     "tag": "4.0.0"
11   },
12   "swift_versions": "5.9",
13   "platforms": {
14     "ios": "15.0"
15   },
16   "source_files": "BlueprintUI/Sources/**/*.swift",
17   "weak_frameworks": "SwiftUI",
18   "pod_target_xcconfig": {
19     "APPLICATION_EXTENSION_API_ONLY": "YES"
20   },
21   "testspecs": [
22     {
23       "name": "Tests",
24       "test_type": "unit",
25       "libraries": "swiftsimd",
26       "source_files": "BlueprintUI/Tests/**/*.swift",
27       "frameworks": "XCTest",
28       "pod_target_xcconfig": {
29         "APPLICATION_EXTENSION_API_ONLY": "NO"
30       }
31     }
32   ],
33   "swift_version": "5.9"