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