blob: b053d7d82d9ac941b71837f73b4ddb8399d72fce [file] [log] [blame]
{
"name": "SNSSocial",
"version": "2.1.0",
"homepage": "https://github.com/smartnsoft/SNSSocial",
"license": "Free",
"summary": "Make social networks management easier on iOS.",
"description": "An iOS library built by Smart&Soft, cutting edge mobile agency in France.",
"authors": {
"Smart&Soft": "contact@smartnsoft.com"
},
"source": {
"git": "https://github.com/smartnsoft/SNSSocial.git",
"tag": "2.1.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.5"
]
}
}
},
{
"name": "Facebook",
"ios": {
"source_files": "SNSSocial/Classes/Facebook/**/*.{h,m}",
"dependencies": {
"FBSDKCoreKit": [
"~> 4.22"
],
"FBSDKShareKit": [
"~> 4.22"
],
"FBSDKLoginKit": [
"~> 4.22"
]
},
"xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}
}
]
}