[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / a / 4 / Realm-EasyBackground / 0.4.0 / Realm-EasyBackground.podspec.json
blobcab1637af24e630718c1fd2191c0965a89fb3093
2   "name": "Realm-EasyBackground",
3   "version": "0.4.0",
4   "summary": "Extensions for Realm",
5   "description": "Extensions for Realm (To write in background thread easily.)",
6   "homepage": "https://github.com/muukii/Realm-EasyBackground",
7   "license": "MIT",
8   "authors": {
9     "muukii": "m@muukii.me"
10   },
11   "source": {
12     "git": "https://github.com/muukii/Realm-EasyBackground.git",
13     "tag": "0.4.0"
14   },
15   "social_media_url": "https://twitter.com/muukii0803",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "Realm-EasyBackground": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "RealmSwift": [
28       "~> 0.100.0"
29     ]
30   }