blob: 20ef19f333f318b2b9e199c8300b34f63971cc70 [file] [log] [blame]
{
"name": "random-swift",
"version": "1.0.1",
"summary": "A utility for randomly generated data, content, and assets.",
"description": "'random-swift is a utility for generating random data, content, and assets for iOS applications & XCTests in Swift.'",
"homepage": "https://github.com/GigabiteLabs/random-swift.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"GigabiteLabs": "engineering@gigabitelabs.com"
},
"source": {
"git": "https://github.com/GigabiteLabs/random-swift.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/gigabitelabs",
"platforms": {
"ios": "13.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"swift_versions": "5.3",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC"
},
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) COCOAPODS=1 USE_COCOAPODS_FW_PATHS=1"
},
"source_files": "Sources/random-swift/**/*",
"resources": "Sources/random-swift/Resources/*.{txt}",
"testspecs": [
{
"name": "random-swift_tests",
"test_type": "unit",
"requires_app_host": true,
"source_files": "Projects/CocoapodsExample/random-swift-ExampleTests/Sources/*.{swift}"
}
],
"swift_version": "5.3"
}