blob: 3db5d8f5fd31328e19206889ba1e960519456d42 [file] [log] [blame]
{
"name": "GAFBCustomTitleButton",
"version": "0.1.0",
"summary": "Allow custom titles for the Facebook Button.",
"description": "Allow writing custom titles with the Facebook Button to call different functionalities using Facebook. I.e. \"Invite friends via Facebook\".",
"homepage": "https://github.com/george-gw/GAFBCustomTitleButton",
"license": "MIT",
"authors": {
"George A": "george.guidewall@gmail.com"
},
"source": {
"git": "https://github.com/george-gw/GAFBCustomTitleButton.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GAFBCustomTitleButton": [
"Pod/Assets/*.png"
]
},
"weak_frameworks": "UIKit",
"pod_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"dependencies": {
"FBSDKCoreKit": [
]
}
}