[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 1 / 6 / random-swift / 1.0.1 / random-swift.podspec.json
blob20ef19f333f318b2b9e199c8300b34f63971cc70
2   "name": "random-swift",
3   "version": "1.0.1",
4   "summary": "A utility for randomly generated data, content, and assets.",
5   "description": "'random-swift is a utility for generating random data, content, and assets for iOS applications & XCTests in Swift.'",
6   "homepage": "https://github.com/GigabiteLabs/random-swift.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "GigabiteLabs": "engineering@gigabitelabs.com"
13   },
14   "source": {
15     "git": "https://github.com/GigabiteLabs/random-swift.git",
16     "tag": "1.0.1"
17   },
18   "social_media_url": "https://twitter.com/gigabitelabs",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "swift_versions": "5.3",
27   "pod_target_xcconfig": {
28     "OTHER_LDFLAGS": "$(inherited) -ObjC"
29   },
30   "xcconfig": {
31     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) COCOAPODS=1 USE_COCOAPODS_FW_PATHS=1"
32   },
33   "source_files": "Sources/random-swift/**/*",
34   "resources": "Sources/random-swift/Resources/*.{txt}",
35   "testspecs": [
36     {
37       "name": "random-swift_tests",
38       "test_type": "unit",
39       "requires_app_host": true,
40       "source_files": "Projects/CocoapodsExample/random-swift-ExampleTests/Sources/*.{swift}"
41     }
42   ],
43   "swift_version": "5.3"