blob: 1fe525a67c6f5fba3057790c227d904223c891ea [file] [log] [blame]
{
"name": "random-swift",
"version": "0.1.2",
"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.2"
},
"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"
},
"swift_version": "5.2"
}