Skip to content

Commit 4e1540d

Browse files
author
Arnaud Coomans
committed
1 parent 2360224 commit 4e1540d

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

readme.m

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
// Readme
2+
//
3+
//
4+
// IDECodeSnippetCompletionScopes: [All]
5+
// IDECodeSnippetIdentifier: B6BE56AE-2CED-4B26-AF49-F40CE4A6D3D2
6+
// IDECodeSnippetVersion: 0
7+
// IDECodeSnippetUserSnippet: 1
8+
// IDECodeSnippetLanguage: Xcode.SourceCodeLanguage.Generic
9+
# <#Project name#>
10+
11+
<#Project description#>
12+
13+
[![Build Status](https://api.travis-ci.org/acoomans/<#project#>.png)](https://api.travis-ci.org/acoomans/<#project#>.png)
14+
[![Cocoapods](https://cocoapod-badges.herokuapp.com/v/<#pod#>/badge.png)](http://beta.cocoapods.org/?q=on%3Aios%20name%3A<#pod#>%2A)
15+
[![Cocoapods](https://cocoapod-badges.herokuapp.com/p/<#pod#>/badge.png)](http://beta.cocoapods.org/?q=on%3Aios%20name%3A<#pod#>%2A)
16+
17+
18+
## Screenshots
19+
20+
![screenshot01](https://github.com/acoomans/<#project#>/raw/master/Screenshots/screenshot01.png)
21+
&nbsp;&nbsp;
22+
![screenshot02](https://github.com/acoomans/<#project#>/raw/master/Screenshots/screenshot02.png)
23+
24+
25+
## Install
26+
27+
### Install with [CocoaPods](http://cocoapods.org)
28+
29+
Add a pod entry to your Podfile:
30+
31+
pod '<#pod#>', '~> 0.0.1'
32+
33+
Install the pod(s) by running:
34+
35+
pod install
36+
37+
### Install manually
38+
39+
1. clone this repository
40+
2. add the files in the _<#dir#>_ directory to your project
41+
3. link your app with the _<#frameworks#>_ frameworks
42+
4. set `OTHER_LINKER_FLAGS="-ObjC" for your target
43+
44+
45+
## Usage
46+
47+
48+
## Documentation
49+
50+
If you have [appledoc](http://gentlebytes.com/appledoc/) installed, you can generate the documentation by running the corresponding target.
51+
52+
53+
## Demo
54+
55+
56+
## Bugs and limitations
57+

0 commit comments

Comments
 (0)