[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 7 / 1 / BlueprintUI / 0.8.0 / BlueprintUI.podspec.json
bloba739283b81de18d4cf3134069087fc89cae5b2d6
2   "name": "BlueprintUI",
3   "version": "0.8.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": "0.8.0"
11   },
12   "swift_versions": "5.1",
13   "platforms": {
14     "ios": "10.0"
15   },
16   "source_files": "BlueprintUI/Sources/**/*.swift",
17   "testspecs": [
18     {
19       "name": "Tests",
20       "test_type": "unit",
21       "libraries": "swiftsimd",
22       "source_files": "BlueprintUI/Tests/**/*.swift",
23       "frameworks": "XCTest"
24     }
25   ],
26   "swift_version": "5.1"