File tree Expand file tree Collapse file tree 1 file changed +57
-0
lines changed Expand file tree Collapse file tree 1 file changed +57
-0
lines changed Original file line number Diff line number Diff line change
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
+ [](https://api.travis-ci.org/acoomans/<#project#>.png)
14
+ [](http://beta.cocoapods.org/?q=on%3Aios%20name%3A<#pod#>%2A)
15
+ [](http://beta.cocoapods.org/?q=on%3Aios%20name%3A<#pod#>%2A)
16
+
17
+
18
+ ## Screenshots
19
+
20
+ 
21
+
22
+ 
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
+
You can’t perform that action at this time.
0 commit comments