Latest | 1.0.0 |
---|---|
Homepage | https://github.com/mobilejazz/harmony-ios |
License | Apache License, Version 2.0 |
Platforms | osx 10.12, ios 9.0 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
Harmony is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'Harmony'
Subspecs
pod 'Harmony/Future'
pod 'Harmony/Common'
pod 'Harmony/Security'
pod 'Harmony/iOS'
pod 'Harmony/Realm'
pod 'Harmony/Alamofire'
pod 'Harmony/Vastra'
pod 'Harmony/MJCocoaCore'
pod 'Harmony/MJObjection'
Author
Mobile Jazz, [email protected]
API Reference
https://mobilejazz.github.io/harmony-ios/
License
Harmony is available under the Apache 2.0 license. See the LICENSE file for more info.
Latest podspec
{ "name": "Harmony", "version": "1.0.0", "summary": "Mobile Jazz Harmony Core", "swift_versions": "5", "description": "Mobile Jazz Harmony Core Repository", "homepage": "https://github.com/mobilejazz/harmony-ios", "license": { "type": "Apache License, Version 2.0", "file": "LICENSE" }, "authors": { "Mobile Jazz": "[email protected]" }, "source": { "git": "https://github.com/mobilejazz/harmony-ios.git", "tag": "1.0.0" }, "social_media_url": "https://twitter.com/mobilejazzcom", "default_subspecs": [ "Repository", "Common", "Security" ], "platforms": { "osx": "10.12", "ios": "9.0" }, "source_files": "Harmony/Harmony.h", "subspecs": [ { "name": "Future", "source_files": [ "Harmony/Classes/Future/**/*", "Harmony/Harmony.h" ] }, { "name": "Repository", "source_files": [ "Harmony/Classes/Repository/**/*", "Harmony/Harmony.h" ], "dependencies": { "Harmony/Future": [], "Harmony/Common": [] } }, { "name": "Common", "source_files": [ "Harmony/Classes/Common/**/*", "Harmony/Harmony.h" ], "dependencies": { "Harmony/Future": [] } }, { "name": "Security", "source_files": [ "Harmony/Classes/Security/**/*", "Harmony/Harmony.h" ], "frameworks": "Security", "dependencies": { "Harmony/Repository": [] } }, { "name": "Alamofire", "source_files": [ "Harmony/Classes/Alamofire/**/*", "Harmony/Harmony.h" ], "dependencies": { "Alamofire": [ "~> 4.8.2" ], "Harmony/Future": [] } }, { "name": "Realm", "source_files": [ "Harmony/Classes/Realm/**/*", "Harmony/Harmony.h" ], "dependencies": { "RealmSwift": [ "~> 3.14" ], "Harmony/Repository": [], "Harmony/Security": [] } }, { "name": "iOS", "osx": { "source_files": [ "Harmony/Classes/iOS/readme-macOS.swift", "Harmony/Harmony.h" ] }, "ios": { "source_files": [ "Harmony/Classes/iOS/**/*", "Harmony/Harmony.h" ], "frameworks": "UIKit", "dependencies": { "Harmony/Common": [] } } }, { "name": "Vastra", "source_files": [ "Harmony/Classes/Vastra/**/*", "Harmony/Harmony.h" ] }, { "name": "MJCocoaCore", "source_files": [ "Harmony/Classes/MJCocoaCore/**/*", "Harmony/Harmony.h" ], "dependencies": { "MJCocoaCore/Common": [ "~> 2.3" ], "Harmony/Common": [] } }, { "name": "Objection", "source_files": [ "Harmony/Classes/Objection/**/*", "Harmony/Harmony.h" ], "dependencies": { "MJObjection": [] } } ] }
Sat, 30 Mar 2019 11:00:11 +0000