Browse Source

Use repository url for git source

Mathieu Acthernoene 5 years ago
parent
commit
1c030f5150

+ 1
- 1
RNPermissions.podspec View File

14
   s.platform        = :ios, "9.0"
14
   s.platform        = :ios, "9.0"
15
   s.requires_arc    = true
15
   s.requires_arc    = true
16
 
16
 
17
-  s.source          = { :git => s.homepage, :tag => s.version }
17
+  s.source          = { :git => package["repository"]["url"], :tag => s.version }
18
   s.source_files    = "ios/*.{h,m}"
18
   s.source_files    = "ios/*.{h,m}"
19
 end
19
 end

+ 1
- 1
ios/BluetoothPeripheral.podspec View File

14
   s.platform        = :ios, "9.0"
14
   s.platform        = :ios, "9.0"
15
   s.requires_arc    = true
15
   s.requires_arc    = true
16
 
16
 
17
-  s.source          = { :git => s.homepage, :tag => s.version }
17
+  s.source          = { :git => package["repository"]["url"], :tag => s.version }
18
   s.source_files    = "BluetoothPeripheral/*.{h,m}"
18
   s.source_files    = "BluetoothPeripheral/*.{h,m}"
19
 end
19
 end

+ 2
- 2
ios/Calendars.podspec View File

14
   s.platform        = :ios, "9.0"
14
   s.platform        = :ios, "9.0"
15
   s.requires_arc    = true
15
   s.requires_arc    = true
16
 
16
 
17
-  s.source          = { :git => s.homepage, :tag => s.version }
18
-  s.source_files           = "Calendars/*.{h,m}"
17
+  s.source          = { :git => package["repository"]["url"], :tag => s.version }
18
+  s.source_files    = "Calendars/*.{h,m}"
19
 end
19
 end

+ 2
- 2
ios/Camera.podspec View File

14
   s.platform        = :ios, "9.0"
14
   s.platform        = :ios, "9.0"
15
   s.requires_arc    = true
15
   s.requires_arc    = true
16
 
16
 
17
-  s.source          = { :git => s.homepage, :tag => s.version }
18
-  s.source_files           = "Camera/*.{h,m}"
17
+  s.source          = { :git => package["repository"]["url"], :tag => s.version }
18
+  s.source_files    = "Camera/*.{h,m}"
19
 end
19
 end

+ 2
- 2
ios/Contacts.podspec View File

14
   s.platform        = :ios, "9.0"
14
   s.platform        = :ios, "9.0"
15
   s.requires_arc    = true
15
   s.requires_arc    = true
16
 
16
 
17
-  s.source          = { :git => s.homepage, :tag => s.version }
18
-  s.source_files           = "Contacts/*.{h,m}"
17
+  s.source          = { :git => package["repository"]["url"], :tag => s.version }
18
+  s.source_files    = "Contacts/*.{h,m}"
19
 end
19
 end

+ 2
- 2
ios/FaceID.podspec View File

14
   s.platform        = :ios, "9.0"
14
   s.platform        = :ios, "9.0"
15
   s.requires_arc    = true
15
   s.requires_arc    = true
16
 
16
 
17
-  s.source          = { :git => s.homepage, :tag => s.version }
18
-  s.source_files           = "FaceID/*.{h,m}"
17
+  s.source          = { :git => package["repository"]["url"], :tag => s.version }
18
+  s.source_files    = "FaceID/*.{h,m}"
19
 end
19
 end

+ 2
- 2
ios/LocationAlways.podspec View File

14
   s.platform        = :ios, "9.0"
14
   s.platform        = :ios, "9.0"
15
   s.requires_arc    = true
15
   s.requires_arc    = true
16
 
16
 
17
-  s.source          = { :git => s.homepage, :tag => s.version }
18
-  s.source_files           = "LocationAlways/*.{h,m}"
17
+  s.source          = { :git => package["repository"]["url"], :tag => s.version }
18
+  s.source_files    = "LocationAlways/*.{h,m}"
19
 end
19
 end

+ 2
- 2
ios/LocationWhenInUse.podspec View File

14
   s.platform        = :ios, "9.0"
14
   s.platform        = :ios, "9.0"
15
   s.requires_arc    = true
15
   s.requires_arc    = true
16
 
16
 
17
-  s.source          = { :git => s.homepage, :tag => s.version }
18
-  s.source_files           = "LocationWhenInUse/*.{h,m}"
17
+  s.source          = { :git => package["repository"]["url"], :tag => s.version }
18
+  s.source_files    = "LocationWhenInUse/*.{h,m}"
19
 end
19
 end

+ 2
- 2
ios/MediaLibrary.podspec View File

14
   s.platform        = :ios, "9.0"
14
   s.platform        = :ios, "9.0"
15
   s.requires_arc    = true
15
   s.requires_arc    = true
16
 
16
 
17
-  s.source          = { :git => s.homepage, :tag => s.version }
18
-  s.source_files           = "MediaLibrary/*.{h,m}"
17
+  s.source          = { :git => package["repository"]["url"], :tag => s.version }
18
+  s.source_files    = "MediaLibrary/*.{h,m}"
19
 end
19
 end

+ 2
- 2
ios/Microphone.podspec View File

14
   s.platform        = :ios, "9.0"
14
   s.platform        = :ios, "9.0"
15
   s.requires_arc    = true
15
   s.requires_arc    = true
16
 
16
 
17
-  s.source          = { :git => s.homepage, :tag => s.version }
18
-  s.source_files           = "Microphone/*.{h,m}"
17
+  s.source          = { :git => package["repository"]["url"], :tag => s.version }
18
+  s.source_files    = "Microphone/*.{h,m}"
19
 end
19
 end

+ 2
- 2
ios/Motion.podspec View File

14
   s.platform        = :ios, "9.0"
14
   s.platform        = :ios, "9.0"
15
   s.requires_arc    = true
15
   s.requires_arc    = true
16
 
16
 
17
-  s.source          = { :git => s.homepage, :tag => s.version }
18
-  s.source_files           = "Motion/*.{h,m}"
17
+  s.source          = { :git => package["repository"]["url"], :tag => s.version }
18
+  s.source_files    = "Motion/*.{h,m}"
19
 end
19
 end

+ 2
- 2
ios/Notifications.podspec View File

14
   s.platform        = :ios, "9.0"
14
   s.platform        = :ios, "9.0"
15
   s.requires_arc    = true
15
   s.requires_arc    = true
16
 
16
 
17
-  s.source          = { :git => s.homepage, :tag => s.version }
18
-  s.source_files           = "Notifications/*.{h,m}"
17
+  s.source          = { :git => package["repository"]["url"], :tag => s.version }
18
+  s.source_files    = "Notifications/*.{h,m}"
19
 end
19
 end

+ 2
- 2
ios/PhotoLibrary.podspec View File

14
   s.platform        = :ios, "9.0"
14
   s.platform        = :ios, "9.0"
15
   s.requires_arc    = true
15
   s.requires_arc    = true
16
 
16
 
17
-  s.source          = { :git => s.homepage, :tag => s.version }
18
-  s.source_files           = "PhotoLibrary/*.{h,m}"
17
+  s.source          = { :git => package["repository"]["url"], :tag => s.version }
18
+  s.source_files    = "PhotoLibrary/*.{h,m}"
19
 end
19
 end

+ 2
- 2
ios/Reminders.podspec View File

14
   s.platform        = :ios, "9.0"
14
   s.platform        = :ios, "9.0"
15
   s.requires_arc    = true
15
   s.requires_arc    = true
16
 
16
 
17
-  s.source          = { :git => s.homepage, :tag => s.version }
18
-  s.source_files           = "Reminders/*.{h,m}"
17
+  s.source          = { :git => package["repository"]["url"], :tag => s.version }
18
+  s.source_files    = "Reminders/*.{h,m}"
19
 end
19
 end

+ 2
- 2
ios/Siri.podspec View File

14
   s.platform        = :ios, "9.0"
14
   s.platform        = :ios, "9.0"
15
   s.requires_arc    = true
15
   s.requires_arc    = true
16
 
16
 
17
-  s.source          = { :git => s.homepage, :tag => s.version }
18
-  s.source_files           = "Siri/*.{h,m}"
17
+  s.source          = { :git => package["repository"]["url"], :tag => s.version }
18
+  s.source_files    = "Siri/*.{h,m}"
19
 end
19
 end

+ 2
- 2
ios/SpeechRecognition.podspec View File

14
   s.platform        = :ios, "9.0"
14
   s.platform        = :ios, "9.0"
15
   s.requires_arc    = true
15
   s.requires_arc    = true
16
 
16
 
17
-  s.source          = { :git => s.homepage, :tag => s.version }
18
-  s.source_files           = "SpeechRecognition/*.{h,m}"
17
+  s.source          = { :git => package["repository"]["url"], :tag => s.version }
18
+  s.source_files    = "SpeechRecognition/*.{h,m}"
19
 end
19
 end

+ 2
- 2
ios/StoreKit.podspec View File

14
   s.platform        = :ios, "9.0"
14
   s.platform        = :ios, "9.0"
15
   s.requires_arc    = true
15
   s.requires_arc    = true
16
 
16
 
17
-  s.source          = { :git => s.homepage, :tag => s.version }
18
-  s.source_files           = "StoreKit/*.{h,m}"
17
+  s.source          = { :git => package["repository"]["url"], :tag => s.version }
18
+  s.source_files    = "StoreKit/*.{h,m}"
19
 end
19
 end