Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leanote/leanote-ios
Leanote iOS App http://leanote.org
https://github.com/leanote/leanote-ios
evernote ios leanote leanote-ios
Last synced: 12 days ago
JSON representation
Leanote iOS App http://leanote.org
- Host: GitHub
- URL: https://github.com/leanote/leanote-ios
- Owner: leanote
- License: other
- Created: 2015-07-22T14:06:43.000Z (over 9 years ago)
- Default Branch: release
- Last Pushed: 2020-04-27T04:42:17.000Z (over 4 years ago)
- Last Synced: 2024-08-01T16:30:45.321Z (3 months ago)
- Topics: evernote, ios, leanote, leanote-ios
- Language: Objective-C
- Homepage: https://leanote.com
- Size: 15.9 MB
- Stars: 473
- Watchers: 43
- Forks: 319
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leanote IOS
## 1. Building
### 1.1. Pod install third party libraries
Leanote for iOS uses Cocoapods (http://cocoapods.org/) to manage third party libraries.
Run `pod install` from the command line to install dependencies for the project.
*The current version of CocoaPods is recommended.*
### 1.2. Run On Xcode
Launch the workspace by either double clicking on Leanote.xcworkspace file, or launch Xcode and choose File > Open and browse to Leanote.xcworkspace.
## 2. Support & Join us
* Email: [email protected]
* [Leanote BBS](http://bbs.leanote.com)
* [Leanote Google Group](https://groups.google.com/forum/#!forum/leanote)
* QQ Group: 256076853, 158716820## 3. Preview
![](./preview/leanote-preview-list.png)
## 4. Acknowledgement
* [WordPress-iOS](https://github.com/wordpress-mobile/WordPress-iOS)
* [WPMediaPicker](https://github.com/wordpress-mobile/MediaPicker-iOS)
* [AFNetworking](https://github.com/AFNetworking/AFNetworking)
* [SWTableViewCell](https://github.com/CEWendel/SWTableViewCell)
* [ZSSRichTextEditor](https://github.com/nnhubbard/ZSSRichTextEditor)## 5. LICENSE
[LICENSE](https://github.com/leanote/leanote-ios/blob/master/LICENSE)
```
LEANOTE - NOT JUST A NOTEPAD!Copyright 2015 by the contributors.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.Leanote IOS is licensed under the GPL v2.
```