[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / a / 5 / AndyStore / 1.1.1 / AndyStore.podspec.json
blobd3768d9eba002bc61ae3a8ce61d518e3d2916af8
2   "name": "AndyStore",
3   "version": "1.1.1",
4   "summary": "Use json、NSDictionary and NSUserDefaults to store、read、delete and clear data easily",
5   "description": "The AndyJsonStore Module is based on AndyExtension. Don't worry, the AndyExtension core has been compiled in it. So the AndyStore is independent.\n\nAny data you get from AndyStore, you should convert its type to the type that you want manually by yourself.(PS:the AndyJsonStore is an exception. It can convert data type automatically.)",
6   "homepage": "https://github.com/lyandy/AndyStore",
7   "license": "MIT",
8   "authors": {
9     "李扬": "liyangforever@vip.qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/lyandy/AndyStore.git",
16     "tag": "1.1.1"
17   },
18   "source_files": "AndyStore/*",
19   "frameworks": "Foundation",
20   "requires_arc": true,
21   "dependencies": {
22     "AndyExtension": [
23       "~> 1.0.7"
24     ]
25   }