cocoapods-kocomojo-sdk 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.rdoc +5 -12
- data/cocoapods-kocomojo-sdk-0.1.0.gem +0 -0
- data/cocoapods-kocomojo-sdk.gemspec +8 -0
- data/lib/cocoapods_kocomojo_sdk.rb +1 -1
- metadata +7 -4
- data/install.sh +0 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b3ef82004236e141285e9d42b338ced407db99d
|
4
|
+
data.tar.gz: 4979233aa7593296f1d543d6f7a03d2bd6bc5d24
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d8487b27622475b32eb1378c1b9bb2047b75c88ea0e5b04cb422a79f31a3a456e85cbf0460377080f0737223aa42f0a5cb0fbd7b5e3869f210137fe6787dc3f
|
7
|
+
data.tar.gz: 6eb09846775fb81e6b0e7b42a63a5f1e6b24af283cb8fee4b11a4d14c5798bea95808226b5e859c9669213b469c37196a0dfee3b5c29098f9211bf5575e99f47
|
data/README.rdoc
CHANGED
@@ -1,20 +1,13 @@
|
|
1
1
|
= cocoapods-kocomojo-sdk
|
2
2
|
|
3
|
-
|
3
|
+
CocoaPods plugin that adds a Build Phase to XCode Project to remove unnecessary architectures from current destination (iOS Simulator, iOS Device) from KocomojoSDK.
|
4
4
|
|
5
|
-
|
5
|
+
iOS Apps can leverage KocomojoSDK to add user-defined experiences in response to geolocation / iBeacons.
|
6
6
|
|
7
|
-
|
8
|
-
curl https://dl.dropboxusercontent.com/s/0l27daf1401mxrz/install.sh -s | sh
|
9
|
-
|
10
|
-
That's it! If you need to:
|
11
|
-
|
12
|
-
Manual Installation:
|
13
|
-
curl -o cocoapods-kocomojo-sdk.gem https://dl.dropboxusercontent.com/s/47f4ea7wbdl2cya/cocoapods-kocomojo-sdk-1.0.0.gem
|
14
|
-
sudo gem install cocoapods-kocomojo-sdk.gem
|
15
|
-
rm cocoapods-kocomojo-sdk.gem
|
16
|
-
pod kocomojo-sdk
|
7
|
+
To install:
|
17
8
|
|
9
|
+
gem install cocoapods-kocomojo-sdk
|
10
|
+
|
18
11
|
Usage:
|
19
12
|
|
20
13
|
pod kocomojo-sdk [MyProject.xcodeproj]
|
Binary file
|
@@ -9,6 +9,14 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Elijah Windsor"]
|
10
10
|
spec.email = ["ewindsor@gmail.com"]
|
11
11
|
spec.summary = "KocomojoSDK utility"
|
12
|
+
spec.description = <<-EOF
|
13
|
+
CocoaPods plugin that adds a Build Phase to XCode Project
|
14
|
+
to remove unnecessary architectures from current destination
|
15
|
+
(iOS Simulator, iOS Device) from KocomojoSDK.
|
16
|
+
|
17
|
+
iOS Apps can leverage KocomojoSDK to add user-defined experiences in response
|
18
|
+
to geolocation / iBeacons.
|
19
|
+
EOF
|
12
20
|
spec.homepage = "https://github.com/KocomojoLLC/cocoapods-kocomojo-sdk"
|
13
21
|
spec.license = "MIT"
|
14
22
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-kocomojo-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elijah Windsor
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-12-
|
11
|
+
date: 2016-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -38,7 +38,10 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '10.0'
|
41
|
-
description:
|
41
|
+
description: " CocoaPods plugin that adds a Build Phase to XCode Project \n to
|
42
|
+
remove unnecessary architectures from current destination \n (iOS Simulator,
|
43
|
+
iOS Device) from KocomojoSDK. \n\n iOS Apps can leverage KocomojoSDK to add
|
44
|
+
user-defined experiences in response \n to geolocation / iBeacons. \n"
|
42
45
|
email:
|
43
46
|
- ewindsor@gmail.com
|
44
47
|
executables: []
|
@@ -51,8 +54,8 @@ files:
|
|
51
54
|
- Gemfile.lock
|
52
55
|
- LICENSE.txt
|
53
56
|
- README.rdoc
|
57
|
+
- cocoapods-kocomojo-sdk-0.1.0.gem
|
54
58
|
- cocoapods-kocomojo-sdk.gemspec
|
55
|
-
- install.sh
|
56
59
|
- lib/cocoapods_kocomojo_sdk.rb
|
57
60
|
- lib/cocoapods_plugin.rb
|
58
61
|
- lib/pod/command/kocomojo_sdk.rb
|