blob: 867017d16954587af82bbbb33dd222fcc081bc8a [file] [log] [blame]
{
"name": "random-swift",
"version": "0.1.6",
"summary": "A utility for randomly generated data, content, and assets.",
"description": "'random is a utility for generating random data, content, and assets for iOS applications in Swift.'",
"homepage": "https://github.com/GigabiteLabs/random-swift.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DanBurkhardt": "engineering@gigabitelabs.com"
},
"source": {
"git": "https://github.com/GigabiteLabs/random-swift.git",
"tag": "0.1.6"
},
"social_media_url": "https://twitter.com/gigabitelabs",
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"swift_versions": "5.2",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC"
},
"resource_bundles": {
"random-swift": [
"Sources/Assets/*.{png,txt}"
]
},
"testspecs": [
{
"name": "random-swift_tests",
"test_type": "unit",
"requires_app_host": true,
"source_files": "Example/Tests/*.{swift}"
}
],
"swift_version": "5.2"
}