2 "name": "SwiftAddressBook",
4 "summary": "Strong Typed ABAddressBook wrapper written in Swift",
5 "description": " It is tedious and requires very much reading in the documentation if you want to understand the ABAddressBook in iOS. To provide a solution, this wrapper uses Swift, which is strong-typed (unlike c). It also circumvents the use of unsafe c-pointers when accessing ABAddressBook from Swift, by directly casting them to the correct type. All properties, previously only available via the correct key, can now be accessed conveniently via variables.\n",
6 "homepage": "https://github.com/SocialbitGmbH/SwiftAddressBook",
9 "Tassilo Karge": "tassilo.karge@socialbit.de"
12 "git": "https://github.com/SocialbitGmbH/SwiftAddressBook.git",
15 "social_media_url": "https://twitter.com/socialbit_de",
20 "module_name": "SwiftAddressBook",
21 "source_files": "Pod/Classes/**/*",