blob: 89e771fe071d4c406373e6b2094b1a4e0330c6f6 [file] [log] [blame]
{
"name": "ABGetMe",
"version": "1.0.0",
"summary": "ABGetMe implementation for iOS using undocumented APIs (safely).",
"description": "Find the address book card (ABRecordRef) of the owner of an iOS device.",
"homepage": "https://github.com/0xced/ABGetMe",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cédric Luthi": "cedric.luthi@gmail.com"
},
"source": {
"git": "https://github.com/0xced/ABGetMe.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "4.0"
},
"source_files": "ABGetMe",
"requires_arc": true
}