blob: 68afd083813bfd2a6180a4ca5e7b09fd1d9d9c40 [file] [log] [blame]
{
"name": "Ohana",
"version": "1.0.1",
"summary": "Contacts simplified",
"homepage": "https://github.com/uber/ohana-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nick Entin": "entin@uber.com",
"Maxwell Elliott": "maxwelle@uber.com",
"Doug Togno": "dtogno@uber.com"
},
"source": {
"git": "https://github.com/uber/ohana-ios.git",
"tag": "1.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "Ohana/Classes/**/*.{h,m}",
"frameworks": [
"AddressBook",
"Contacts"
],
"dependencies": {
"UberSignals": [
"~> 2.0"
],
"libPhoneNumber-iOS": [
"~> 0.8"
]
}
}