[Add] FaceSDKNightly 6.4.2305
[CocoaPods.git] / Specs / 2 / e / 7 / BlueprintUICommonControls / 0.2.2 / BlueprintUICommonControls.podspec.json
blob26cc5b7983be9537a9966566188bc7b38916f690
2   "name": "BlueprintUICommonControls",
3   "version": "0.2.2",
4   "summary": "UIKit-backed elements for Blueprint",
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.2.2"
11   },
12   "swift_versions": "4.2",
13   "platforms": {
14     "ios": "9.3"
15   },
16   "source_files": "BlueprintUICommonControls/Sources/**/*.swift",
17   "dependencies": {
18     "BlueprintUI": [
20     ]
21   },
22   "testspecs": [
23     {
24       "name": "SnapshotTests",
25       "test_type": "unit",
26       "source_files": "BlueprintUICommonControls/Tests/Sources/**/*.{swift, png}",
27       "resources": "BlueprintUICommonControls/Tests/Resources/**/*",
28       "frameworks": "XCTest"
29     }
30   ]