blob: 3670cd575730fad0d1269cd043154af0c89b4590 [file] [log] [blame]
{
"name": "ContactsKit",
"version": "2.1.1",
"summary": "Contacts management without headache",
"homepage": "https://github.com/Serjip/ContactsKit",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Sergey Popov": "serj@ttitt.ru"
},
"source": {
"git": "https://github.com/Serjip/ContactsKit.git",
"tag": "2.1.1"
},
"requires_arc": true,
"resources": "ContactsKit/ContactsKit.bundle",
"source_files": "ContactsKit/**/*.{h,m}",
"public_header_files": "ContactsKit/Public/*.h",
"ios": {
"frameworks": "AddressBook"
},
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"osx": {
"frameworks": "AddressBook"
}
}