blob: b73c644bb41ec4e3e1b380040af38d3249bc97f3 [file] [log] [blame]
{
"name": "IMessageAttachment",
"version": "1.1.20",
"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.20"
},
"platforms": {
"ios": "7.0"
},
"source_files": "IMessageAttachment/Classes/**/*",
"ios": {
"resource_bundles": {
"IMessageAttachment": [
"IMessageAttachment/Resources/*.png"
]
}
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"Photos"
]
}