[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 5 / 9 / SHAccountStore / 0.2.0 / SHAccountStore.podspec.json
blobfae456b248aaf5d517c5b6331b808a8ffdc678d2
2   "name": "SHAccountStore",
3   "version": "0.2.0",
4   "summary": "Account Storage similar to ACAccount - using Keychain instead of Core Data.",
5   "description": "                    A Keychain based Account Storage similar to ACAccount for third party providers. \n  \n                    * SHAccount.\n                    * SHAccountType\n                    * SHAccountCredential\n                    * SHAccountStore\n\n                    The api works the same way as the Accounts framework.\n",
6   "homepage": "https://github.com/seivan/SHAccountStore",
7   "license": "MIT",
8   "authors": {
9     "Seivan Heidari": "seivan.heidari@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/seivan/SHAccountStore.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "SHAccountStore/**/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "LUKeychainAccess": [
23     ],
24     "SHAlertViewBlocks": [
26     ]
27   }