blob: 4cb8689d2e0accfc696fccc6cf6f7b13638f5109 [file] [log] [blame]
{
"name": "Carrier",
"version": "1.0.0",
"summary": "Simple Swift wrapper on CoreTelephony framework.",
"description": "This is a simple Swift wrapper on CoreTelephony framework. Please see example for a usage.",
"homepage": "https://github.com/StanislavK/Carrier",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"StanislavK": "stanislav.kasprik@gmail.com"
},
"source": {
"git": "https://github.com/StanislavK/Carrier.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.3"
},
"source_files": "Carrier/Classes/**/*",
"pushed_with_swift_version": "4.0"
}