blob: 8de09040dcd8c3e196ff2de31534fa7f64fa4237 [file] [log] [blame]
{
"name": "OpenLocationCodeFramework",
"module_name": "OpenLocationCode",
"version": "1.0.0",
"summary": "Open Location Code conversion library for Swift and Objective-C",
"description": "Open Location Codes are short, 10-11 character codes that can be used\ninstead of street addresses. The codes can be generated and decoded offline,\nand use a reduced character set that minimises the chance of codes including\nwords.\n\nThis Pod supports Swift and Objective-C projects on iOS, macOS, tvOS, \nand watchOS.",
"homepage": "https://openlocationcode.com",
"license": "Apache License, Version 2.0",
"authors": {
"William Denniss": "wdenniss@google.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/google/open-location-code-swift.git",
"tag": "1.0.0"
},
"pod_target_xcconfig": {
"GCC_TREAT_WARNINGS_AS_ERRORS": "YES"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}