[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 0 / 7 / e / YSRealmStore / 0.11.0 / YSRealmStore.podspec.json
blob0b1d91bb4f3af56343070369721ce0e4a4e3c0cb
2   "name": "YSRealmStore",
3   "version": "0.11.0",
4   "summary": "Simple wrapper for Realm Cocoa.",
5   "homepage": "https://github.com/yusuga/YSRealmStore",
6   "license": "MIT",
7   "authors": "Yu Sugawara",
8   "social_media_url": "https://twitter.com/yusuga_",
9   "source": {
10     "git": "https://github.com/yusuga/YSRealmStore.git",
11     "tag": "0.11.0"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source_files": "Classes/YSRealmStore/*.{h,m}",
17   "requires_arc": true,
18   "compiler_flags": "-fmodules",
19   "dependencies": {
20     "Realm": [
21       "~> 3.0"
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "Category",
27       "source_files": "Classes/YSRealmStore/Category/*.{h,m}"
28     }
29   ]