blob: 88e2b1152fd6484ca409f678fbfb5d7912a6ab6f [file] [log] [blame]
{
"name": "GFContactsRetriever",
"version": "0.1.0",
"summary": "Swift class to get contacts from the address book and convert them in an array of dictionaries.",
"description": "Swift class to get contacts fromt he address book and convert them in an array of dictionaries. Useful to pass them as a JSON to a WebView or via REST",
"homepage": "https://github.com/gualtierofrigerio/GFContactsRetriever",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gualtiero Frigerio": "gualtiero.frigerio@gmail.com"
},
"source": {
"git": "https://github.com/gualtierofrigerio/GFContactsRetriever.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/gualtiero80",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source_files": "GFContactsRetriever/Classes/**/*"
}