Parcourir la source

Update podspec

xcbosa mbp16 il y a 2 ans
Parent
commit
a806c686f9

+ 22 - 0
Example/Pods/Local Podspecs/XCComponentization.podspec.json

@@ -0,0 +1,22 @@
+{
+  "name": "XCComponentization",
+  "version": "0.1.0",
+  "summary": "A short description of XCComponentization.",
+  "description": "TODO: Add long description of the pod here.",
+  "homepage": "https://github.com/xcbosa mbp16/XCComponentization",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "xcbosa mbp16": "xcbosa@forgetive.org"
+  },
+  "source": {
+    "git": "https://github.com/xcbosa mbp16/XCComponentization.git",
+    "tag": "0.1.0"
+  },
+  "platforms": {
+    "ios": "10.0"
+  },
+  "source_files": "XCComponentization/Classes/**/*"
+}

+ 2 - 2
XCComponentization.podspec

@@ -21,11 +21,11 @@ Pod::Spec.new do |s|
 TODO: Add long description of the pod here.
                        DESC
 
-  s.homepage         = 'https://github.com/xcbosa mbp16/XCComponentization'
+  s.homepage         = 'https://git.forgetive.org/Componentization/XCComponentization.git'
   # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
   s.license          = { :type => 'MIT', :file => 'LICENSE' }
   s.author           = { 'xcbosa mbp16' => 'xcbosa@forgetive.org' }
-  s.source           = { :git => 'https://github.com/xcbosa mbp16/XCComponentization.git', :tag => s.version.to_s }
+  s.source           = { :git => 'https://git.forgetive.org/Componentization/XCComponentization.git', :tag => s.version.to_s }
   # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
 
   s.ios.deployment_target = '10.0'