blob: 55543d8183eac5325faeb8b34b654844cac3c6fc [file] [log] [blame]
{
"name": "MQFacebookManager",
"version": "1.0.0",
"summary": "Description of your project",
"platforms": {
"ios": "6.0"
},
"homepage": "https://github.com/quangmv/MQFacebookManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Quang": "quang.app@gmail.com"
},
"source": {
"git": "https://github.com/quangmv/MQFacebookManager.git",
"tag": "1.0.0"
},
"source_files": "Classes/*.{m,h}",
"requires_arc": true,
"dependencies": {
"Facebook-iOS-SDK": [
"~> 3.22"
]
}
}