blob: 36b980d1ba4a99a9e5921ea57395eb3c169c8c48 [file] [log] [blame]
{
"name": "SNSSocial",
"version": "2.0.1",
"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.0.1"
},
"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.16.0"
],
"FBSDKShareKit": [
"4.16.0"
],
"FBSDKLoginKit": [
"4.16.0"
]
},
"xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}
}
]
}