blob: 3a03543d137b465e5870056eb6c2bf2af0f615a8 [file] [log] [blame]
{
"name": "APAddressBook",
"version": "0.1.1",
"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.1.1"
},
"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": "5.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Core/*.{h,m}"
},
{
"name": "Swift",
"source_files": "Pod/Swift/*.h"
}
]
}