[Add] PULPulsateBeta 4.7.0BetaRC10
[CocoaPods.git] / Specs / 8 / d / e / SCTwitter / 1.0 / SCTwitter.podspec.json
blob29e88b7237faab6daa10cafe66c3176a89dbaa8c
2   "name": "SCTwitter",
3   "version": "1.0",
4   "summary": "A simple and clean to implement login to twitter using Blocks iOS - OAuth",
5   "description": "A simple and clean to implement login to twitter using Blocks iOS - OAuth \nhttp://www.lucascorrea.com",
6   "homepage": "http://www.lucascorrea.com",
7   "license": {
8     "type": "MIT",
9     "text": "SCTwitter is licensed under the MIT License"
10   },
11   "authors": {
12     "Lucas Correa": "contato@lucascorrea.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/lucascorrea/SCTwitter.git",
19     "tag": "1.0"
20   },
21   "source_files": "SCTwitter/**/SCTwitter.{h,m}",
22   "requires_arc": true,
23   "frameworks": [
24     "Accounts",
25     "CoreData",
26     "Social"
27   ],
28   "dependencies": {
29     "TwitterKit": [
30       "1.11.3"
31     ],
32     "TwitterCore": [
33       "1.11.3"
34     ]
35   }