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