[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 7 / e / YSRealmStore / 0.9.0 / YSRealmStore.podspec.json
blob59c8a9d00a688d1980f125a8382c2b6b7e17960a
2   "name": "YSRealmStore",
3   "version": "0.9.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.9.0"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source_files": "Classes/YSRealmStore/*.{h,m}",
17   "requires_arc": true,
18   "compiler_flags": "-fmodules",
19   "dependencies": {
20     "Realm": [
21       "0.97.1"
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "Category",
27       "source_files": "Classes/YSRealmStore/Category/*.{h,m}"
28     }
29   ]