blob: 045e0f417f9841448ff2aa9a103e13aa1be7116f [file] [log] [blame]
{
"name": "ContactsWrapper",
"version": "1.0",
"summary": "Contacts wrapper for iOS 9 or upper with Objective-C",
"homepage": "https://github.com/abdullahselek/ContactsWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Abdullah Selek": "abdullahselek@yahoo.com"
},
"source": {
"git": "https://github.com/abdullahselek/ContactsWrapper.git",
"tag": "1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ContactsWrapper/Source/*.{h,m}",
"requires_arc": true,
"frameworks": "Contacts"
}