blob: 191b6f5a2a145ebed0aec119c6cedacf726448e2 [file] [log] [blame]
{
"name": "APAddressBook",
"version": "0.2.2",
"summary": "Easy access to iOS address book",
"homepage": "https://github.com/Alterplay/APAddressBook",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Alexey Belkevich": "belkevich.alexey@gmail.com"
},
"source": {
"git": "https://github.com/Alterplay/APAddressBook.git",
"tag": "0.2.2"
},
"requires_arc": true,
"frameworks": "AddressBook",
"social_media_url": "https://twitter.com/alterplay",
"screenshots": "https://dl.dropboxusercontent.com/u/2334198/APAddressBook-git-teaser.png",
"platforms": {
"ios": "6.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Core/**/*.{h,m}"
},
{
"name": "Swift",
"source_files": "Pod/Swift/*.h",
"dependencies": {
"APAddressBook/Core": [
]
}
}
]
}