[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / 5 / 9 / SHAccountStore / 0.0.1 / SHAccountStore.podspec.json
blob4f1b9f73a465e415421821f8175acf4b0f35523a
2   "name": "SHAccountStore",
3   "version": "0.0.1",
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": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Seivan Heidari": "seivan.heidari@icloud.com"
12   },
13   "source": {
14     "git": "https://github.com/seivan/SHAccountStore.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "SHAccountStore/**/*.{h,m}",
21   "requires_arc": true,
22   "dependencies": {
23     "LUKeychainAccess": [
25     ],
26     "BlocksKit": [
28     ]
29   }