[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 2 / 6 / GKTwitterAccess / 0.0.1 / GKTwitterAccess.podspec.json
blob5f3cc6d37c27786fca4131ac4b0aa409a557ac23
2   "name": "GKTwitterAccess",
3   "version": "0.0.1",
4   "summary": "Tries to access Twitter accounts and shows an UIActionSheet if the user has more than one",
5   "description": "                   This addition tries to access the Twitter accounts a user has defined\n                   in the Settings.app. If the user has multiple accounts, an `UIActionSheet`\n                   is presented and the user can pick one account, otherwise if only one account\n                   is defined, said account is returned in the completion block.\n",
6   "homepage": "https://github.com/gekitz/GKTwitterAccess",
7   "screenshots": "https://raw.githubusercontent.com/gekitz/GKTwitterAccess/master/Files/TwitterAccessSample.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Georg Kitz": "georgkitz@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/gekitz",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/gekitz/GKTwitterAccess.git",
21     "tag": "0.0.1"
22   },
23   "source_files": [
24     "Classes",
25     "Classes/**/*.{h,m}"
26   ],
27   "exclude_files": "Classes/Exclude",
28   "frameworks": [
29     "Accounts",
30     "Social"
31   ],
32   "requires_arc": true,
33   "dependencies": {
34     "GKBlocks/UIActionSheet": [
35       "~> 0.0.1"
36     ]
37   }