blob: f33d580672f8b5601a207c09c24dc5dac198f051 [file] [log] [blame]
{
"name": "iUSDK",
"version": "0.1.5",
"summary": "An iOS Lib for retrieving iPhone Contacts",
"description": "This library is used to simplify the process of retrieving contacts from iPhone agenda.",
"homepage": "https://github.com/victorlsn/iUSDK-iOS.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"victorlsn@gmail.com": "victor@iuapp.com.br"
},
"source": {
"git": "https://github.com/victorlsn/iUSDK-iOS.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "iUSDK/Classes/*.swift",
"frameworks": [
"Foundation",
"Contacts"
]
}