blob: e7ee716072b26e6dfd207553f242c5a64428a893 [file] [log] [blame]
{
"name": "ARFacebookShareKitActivity",
"version": "0.1.1",
"summary": "Launch FBSDKShareKit from UIActivityViewController instead of the default share sheet.",
"homepage": "https://github.com/alexruperez/ARFacebookShareKitActivity",
"screenshots": [
"https://raw.githubusercontent.com/alexruperez/ARFacebookShareKitActivity/master/screenshot1.jpg",
"https://raw.githubusercontent.com/alexruperez/ARFacebookShareKitActivity/master/screenshot2.jpg",
"https://raw.githubusercontent.com/alexruperez/ARFacebookShareKitActivity/master/screenshot3.jpg"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"alexruperez": "contact@alexruperez.com"
},
"source": {
"git": "https://github.com/alexruperez/ARFacebookShareKitActivity.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/alexruperez",
"platforms": {
"ios": "8.0"
},
"source_files": "ARFacebookShareKitActivity/Classes/**/*",
"dependencies": {
"FBSDKShareKit": [
"~> 4.12"
]
},
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "VERSION=@\\\"0.1.1\\\"",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}