blob: 8f9e0920dcc016ca207b43214e961055052099ce [file] [log] [blame]
{
"name": "PRSocial",
"version": "0.1.15",
"summary": "Share contents on social network.",
"homepage": "https://github.com/Elethom/PRSocial",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Elethom Hunter": "elethomhunter@gmail.com"
},
"social_media_url": "https://twitter.com/ElethomHunter",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Elethom/PRSocial.git",
"tag": "0.1.15"
},
"source_files": [
"Classes",
"Classes/**/*",
"Frameworks/*.h",
"Frameworks/**/*.h"
],
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"Social",
"CoreTelephony"
],
"libraries": [
"z",
"sqlite3",
"stdc++"
],
"vendored_libraries": [
"Frameworks",
"Frameworks/**/*.a"
],
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"~> 0.8"
],
"SSKeychain": [
"~> 1.2.2"
],
"TencentOpenApiSDK": [
"= 2.3.1"
],
"Weibo": [
"~> 2.4.2"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/TencentOpenApiSDK\""
}
}