[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 7 / 6 / SwiftAddressBook / 0.4.2 / SwiftAddressBook.podspec.json
blob740828ff3521281ab16e85879b2d462362c9a854
2   "name": "SwiftAddressBook",
3   "version": "0.4.2",
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",
7   "license": "Apache 2.0",
8   "authors": {
9     "Tassilo Karge": "tassilo.karge@socialbit.de"
10   },
11   "source": {
12     "git": "https://github.com/SocialbitGmbH/SwiftAddressBook.git",
13     "tag": "0.4.2"
14   },
15   "social_media_url": "https://twitter.com/socialbit_de",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "module_name": "SwiftAddressBook",
21   "source_files": "Pod/Classes/**/*",
22   "frameworks": [
23     "AddressBook",
24     "AddressBookUI"
25   ]