[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / 3 / 1 / ZRKeyChain / 1.1 / ZRKeyChain.podspec.json
blobc82bc2237ee03077274acd65b8d1cb57350cfbe7
2   "name": "ZRKeyChain",
3   "version": "1.1",
4   "license": "MIT",
5   "homepage": "https://github.com/VictorZhang2014/ZRKeyChain",
6   "authors": {
7     "Victor Zhang": "victorzhangq@gmail.com"
8   },
9   "summary": "A keychain library for storing accounts and passwords and sharing data between multiple applications in Objective-C.",
10   "source": {
11     "git": "https://github.com/VictorZhang2014/ZRKeyChain.git",
12     "tag": "1.1"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "7.0"
17   },
18   "public_header_files": "ZRKeyChain/*.{h}",
19   "source_files": "ZRKeyChain/*.{h,m}"