blob: c533b598b74b06d08adf4144570380e3f6852dc5 [file] [log] [blame]
{
"name": "DDCarrier",
"version": "1.0.2",
"summary": "A universal Objective-C iOS library for quickly getting the carrier name.",
"homepage": "http://github.com/Dids/DDCarrier",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pauli 'Dids' Jokela": "pauli.jokela@didstopia.com"
},
"source": {
"git": "https://github.com/Dids/DDCarrier.git",
"tag": "1.0.2"
},
"source_files": "DDCarrier/*.{h,m}",
"frameworks": "CoreTelephony",
"platforms": {
"ios": "9.3"
},
"requires_arc": true
}