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