blob: 739b93bae08ef8f932dee0bdc21ce550794b592f [file] [log] [blame]
{
"name": "SNSSocial",
"version": "2.0.0",
"homepage": "http://www.smartnsoft.com",
"license": "Free",
"summary": "An iOS framework built by Smart&Soft, cutting edge mobile agency in France.",
"description": "SNSSocial - An iOS library to interact easily with social networks in your app.",
"authors": {
"Smart&Soft": "contact@smartnsoft.com"
},
"source": {
"git": "https://github.com/smartnsoft/SNSSocial.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation",
"Security"
]
},
"subspecs": [
{
"name": "Twitter",
"ios": {
"source_files": "SNSSocial/Classes/Twitter/**/*.{h,m}",
"dependencies": {
"STTwitter": [
"0.2.4"
]
}
}
},
{
"name": "Facebook",
"ios": {
"source_files": "SNSSocial/Classes/Facebook/**/*.{h,m}",
"dependencies": {
"FBSDKCoreKit": [
"4.12.0"
],
"FBSDKShareKit": [
"4.12.0"
],
"FBSDKLoginKit": [
"4.12.0"
]
},
"xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}
}
]
}