[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / a / 4 / 9 / SCFacebook / 3.0 / SCFacebook.podspec.json
blob244658abc174abf7236ec567685bba679324d3b5
2   "name": "SCFacebook",
3   "version": "3.0",
4   "summary": "The SCFacebook is a simpler and cleaner to use the api facebook-ios-sdk Objective-C ",
5   "description": "  The SCFacebook is a simpler and cleaner to use the api facebook-ios-sdk Objective-C (https://github.com/facebook/facebook-ios-sdk) to perform login, get friends list, information about the user and posting on the wall with ^Block for iPhone. \n  http://www.lucascorrea.com\n",
6   "homepage": "http://www.lucascorrea.com",
7   "license": {
8     "type": "MIT",
9     "text": "SCFacebook is licensed under the MIT License"
10   },
11   "authors": {
12     "Lucas Correa": "contato@lucascorrea.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/lucascorrea/SCFacebook.git",
19     "tag": "3.0"
20   },
21   "source_files": "SCFacebook/**/*SCFacebook.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "Facebook-iOS-SDK": [
25       "~> 3.17.0"
26     ],
27     "SDWebImage": [
28       "~>3.6"
29     ]
30   }