[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / a / 0 / Hoist / 0.1.1 / Hoist.podspec.json
blob854355d0b91ad2e8785694218487af72d1971dce
2   "name": "Hoist",
3   "version": "0.1.1",
4   "summary": "A Hoist iOS client library.",
5   "description": "                       Use Hoist as a datastore for your iOS applications.\n                       \n                       Easy to use, just create objects and call `save` on them.\n",
6   "homepage": "http://will.townsend.io/",
7   "license": "MIT",
8   "authors": {
9     "Will Townsend": "will@townsend.io"
10   },
11   "source": {
12     "git": "https://github.com/wtsnz/Hoist.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes",
20   "ios": {
21     "exclude_files": "Classes/osx"
22   },
23   "osx": {
24     "exclude_files": "Classes/ios"
25   }