blob: ac4672331234474db24e9068e1672dac012b319a [file] [log] [blame]
{
"name": "FBNotifications",
"version": "1.0.0",
"license": {
"type": "Facebook Platform License",
"file": "LICENSE"
},
"summary": "Facebook In-App Notifications Framework",
"homepage": "https://developers.facebook.com/products/analytics",
"authors": {
"Nikita Lutsenko": "nlutsenko@me.com"
},
"source": {
"git": "https://github.com/facebook/FBNotifications.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "iOS/FBNotifications/FBNotifications/**/*.{h,m}",
"public_header_files": "iOS/FBNotifications/FBNotifications/*.h",
"frameworks": [
"ImageIO",
"MobileCoreServices"
]
}