[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / a / 7 / PFTwitterSignOn / 0.1.0 / PFTwitterSignOn.podspec.json
blob00944fba30fcdd9cd82aca48927702126e485528
2   "name": "PFTwitterSignOn",
3   "version": "0.1.0",
4   "summary": "Single Sign On for Twitter on iOS.",
5   "homepage": "https://github.com/jesseditson/PFTwitterSignOn",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jesse Ditson": "jesse.ditson@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/jesseditson",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/jesseditson/PFTwitterSignOn.git",
19     "tag": "0.1.0"
20   },
21   "public_header_files": "PFTwitterSignOn/*.h",
22   "source_files": "PFTwitterSignOn/*.{h,m}",
23   "frameworks": [
24     "Social",
25     "Accounts"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "LVTwitterOAuthClient": [
30       "~> 0.0.1"
31     ],
32     "AFOAuth1Client": [
33       "~> 0.3.3"
34     ]
35   }