blob: 7a3143caa7d86f14f46401e9cb04bf95982982d8 [file] [log] [blame]
{
"name": "OneMappy",
"version": "0.0.1",
"summary": "A Swift library for consuming One Map API",
"description": "This CocoaPods library helps you consume OneMap API.",
"homepage": "https://github.com/jerrygjy/OneMappy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jerrygoh": "jerrygjy@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jerrygjy/OneMappy.git",
"tag": "0.0.1"
},
"source_files": "OneMappy/OneMappy/Source/*.swift",
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"requires_arc": true,
"swift_versions": "4.0",
"swift_version": "4.0"
}