blob: 7c33c6c223f4068d0eebce872e2fea7669d75847 [file] [log] [blame]
{
"name": "ContactsKit",
"version": "2.0.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.0.1"
},
"requires_arc": true,
"source_files": "ContactsKit/**/*.{h,m}",
"public_header_files": "ContactsKit/Public/*.h",
"ios": {
"frameworks": "AddressBook"
},
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"osx": {
"frameworks": "AddressBook"
}
}