[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / f / 1 / e / ADLayoutTest / 0.1.0 / ADLayoutTest.podspec.json
blob7fc0a0bdb49c6f692e1955c907a78625564f6170
2   "name": "ADLayoutTest",
3   "version": "0.1.0",
4   "summary": "Random layout tests.",
5   "homepage": "https://github.com/applidium/ADLayoutTest",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Pierre Felgines",
11   "source": {
12     "git": "https://github.com/applidium/ADLayoutTest.git",
13     "tag": "v0.1.0"
14   },
15   "swift_version": "4.2",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source_files": "ADLayoutTest/Classes/**/*",
20   "frameworks": [
21     "UIKit",
22     "XCTest"
23   ],
24   "dependencies": {
25     "ADAssertLayout": [
26       "~> 0.1"
27     ],
28     "SwiftCheck": [
29       "~> 0.12"
30     ]
31   },
32   "pod_target_xcconfig": {
33     "ENABLE_BITCODE": "NO"
34   }