blob: f1d3122fd323934c6ab5a1dc16fd6888c0406123 [file] [log] [blame]
{
"name": "random-swift",
"version": "1.0.0",
"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.0"
},
"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/**/*",
"resource_bundles": {
"random-swift": [
"Sources/random-swift/Resources/*.{png,txt}"
]
},
"swift_version": "5.3"
}