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