[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / c / 2 / UIClosures / 0.0.1 / UIClosures.podspec.json
blob28bdb45728758edd0200530a8394e5ac6b5f68ff
2   "name": "UIClosures",
3   "version": "0.0.1",
4   "summary": "Swift closure library for UIKit",
5   "description": "\t\t\tActiveRecord style Core Data object management. Tremendously convenient and easy to use. Necessary for any and every Core Data project.\n\nWritten purely in Swift and based heavily on [ObjectiveRecord](https://github.com/supermarin/ObjectiveRecord)\n\nThis library also reads in your json dictionaries for you. Includes automatic camelCase changing ie `first_name` from server to `firstName` locally. You can customize the dictionary mapping to, read the mapping section. Relationship objects are also generated, but disabled by default. Set `SwiftRecord.generateRelationships` to true to enable this feature\n",
6   "homepage": "https://github.com/arkverse/UIClosures",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Zaid Daghestani": "zaid@arkverse.com"
13   },
14   "social_media_url": "http://twitter.com/arkverse",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/arkverse/UIClosures.git",
20     "tag": "v0.0.1"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{swift}"
25   ],
26   "requires_arc": true