[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / b / 8 / APAddressBook / 0.1.6 / APAddressBook.podspec.json
blob5b6c455a054f2b83ddd38ff05d104f607c2429ca
2   "name": "APAddressBook",
3   "version": "0.1.6",
4   "summary": "Easy access to iOS address book",
5   "homepage": "https://github.com/Alterplay/APAddressBook",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Alexey Belkevich": "belkevich.alexey@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Alterplay/APAddressBook.git",
15     "tag": "0.1.6"
16   },
17   "requires_arc": true,
18   "frameworks": "AddressBook",
19   "social_media_url": "https://twitter.com/alterplay",
20   "screenshots": "https://dl.dropboxusercontent.com/u/2334198/APAddressBook-git-teaser.png",
21   "platforms": {
22     "ios": "5.0"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Pod/Core/*.{h,m}"
29     },
30     {
31       "name": "Swift",
32       "source_files": "Pod/Swift/*.h",
33       "dependencies": {
34         "APAddressBook/Core": [
36         ]
37       }
38     }
39   ]