Skip to content

Commit c39d309

Browse files
committed
initial commit
0 parents  commit c39d309

File tree

16 files changed

+896
-0
lines changed

16 files changed

+896
-0
lines changed

Diff for: .gitignore

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
.DS_Store
2+
.DS_Store?
3+
._*
4+
.Spotlight-V100
5+
.Trashes
6+
ehthumbs.db
7+
Thumbs.db
8+
lib-cov
9+
lcov.info
10+
*.seed
11+
*.log
12+
*.csv
13+
*.dat
14+
*.out
15+
*.pid
16+
*.gz
17+
18+
pids
19+
logs
20+
results
21+
build
22+
.grunt
23+
24+
node_modules
25+
**/*.xcuserdatad/**
26+
**/*.xcworkspace/**
27+
28+
Pods/

Diff for: LICENSE

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Copyright (c) 2014 FeedHenry Ltd, All Rights Reserved
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in
11+
all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19+
THE SOFTWARE.
20+
21+
This software may download additional open source software components upon install
22+
that are distributed under separate terms and conditions. Please see the license
23+
information provided in the individual software components for more information.

Diff for: Podfile

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
source 'https://github.com/CocoaPods/Specs.git'
2+
3+
xcodeproj 'saml-ios-app.xcodeproj'
4+
platform :ios, '7.0'
5+
6+
pod 'FH', '2.2.11'

Diff for: README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
saml-ios-app
2+
============
3+
Simple native iOS app to work with [```SAML Service``` connector service](https://github.com/feedhenry-templates/saml-service).
4+
5+
To configure the service in your RHMAP platform read the [SAML notes](https://github.com/feedhenry-templates/saml-service/blob/master/NOTES.md)

0 commit comments

Comments
 (0)