[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / b / 6 / AddressBookSync / 0.6.0 / AddressBookSync.podspec.json
blob31eb8f684a810349738a4e500e630fe78378b6d5
2   "name": "AddressBookSync",
3   "version": "0.6.0",
4   "summary": "Address Book sync library",
5   "homepage": "https://github.com/taka0125/AddressBookSync",
6   "license": "MIT",
7   "authors": {
8     "Takahiro Ooishi": "taka0125@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/taka0125/AddressBookSync.git",
12     "tag": "0.6.0"
13   },
14   "social_media_url": "https://twitter.com/taka0125",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "subspecs": [
20     {
21       "name": "Scan",
22       "source_files": "Pod/Classes/Scan/*.swift",
23       "weak_frameworks": [
24         "AddressBook",
25         "Contacts"
26       ],
27       "dependencies": {
28         "IDZSwiftCommonCrypto": [
30         ]
31       }
32     },
33     {
34       "name": "Sync",
35       "source_files": "Pod/Classes/Sync/*.swift",
36       "dependencies": {
37         "AddressBookSync/Scan": [
39         ],
40         "Realm": [
41           ">= 0.103"
42         ],
43         "RealmSwift": [
44           ">= 0.103"
45         ]
46       }
47     }
48   ]