blob: 6f3c142ddc1ac7af494dc1bd90029c462e735609 [file] [log] [blame]
{
"name": "AddressBookSync",
"version": "0.4.0",
"summary": "Address Book sync library",
"homepage": "https://github.com/taka0125/AddressBookSync",
"license": "MIT",
"authors": {
"Takahiro Ooishi": "taka0125@gmail.com"
},
"source": {
"git": "https://github.com/taka0125/AddressBookSync.git",
"tag": "0.4.0"
},
"social_media_url": "https://twitter.com/taka0125",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Scan",
"source_files": "Pod/Classes/Scan/*.swift",
"weak_frameworks": [
"AddressBook",
"Contacts"
],
"dependencies": {
"IDZSwiftCommonCrypto": [
]
}
},
{
"name": "Sync",
"source_files": "Pod/Classes/Sync/*.swift",
"dependencies": {
"AddressBookSync/Scan": [
],
"Realm": [
">= 0.98"
],
"RealmSwift": [
">= 0.98"
]
}
}
]
}