blob: bc73b9e17c0eefd31e7fba332b87c32b852b9384 [file] [log] [blame]
{
"name": "IMessageAttachment",
"version": "1.1.18",
"license": "MIT",
"summary": "Photo attachment control from iMessage app",
"homepage": "https://github.com/Healthjoy-iOS/IMessageAttachment",
"authors": {
"Mark Prutskiy": "makroo@yandex.ru"
},
"source": {
"git": "https://github.com/Healthjoy-iOS/IMessageAttachment.git",
"tag": "1.1.18"
},
"platforms": {
"ios": "7.0"
},
"source_files": "IMessageAttachment/Classes/**/*",
"ios": {
"resource_bundles": {
"IMessageAttachment": [
"IMessageAttachment/Resources/*.png"
]
}
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"Photos"
]
}