Add podspec file.
Showing
RNDeviceInfo.podspec
0 → 100644
| Pod::Spec.new do |s| | |||
| s.name = "RNDeviceInfo" | |||
| s.version = "0.4.0" | |||
| s.summary = "Device Information for react-native" | |||
| s.homepage = "https://github.com/rebeccahughes/react-native-device-info" | |||
| s.license = "MIT" | |||
| s.platform = :ios, "7.0" | |||
| s.source = { :git => "https://github.com/rebeccahughes/react-native-device-info", :head } | |||
| s.source_files = "RNDeviceInfo/*.{h,m}" | |||
| end |
| ... | @@ -13,7 +13,8 @@ | ... | @@ -13,7 +13,8 @@ |
| "ios", | "ios", | ||
| "android", | "android", | ||
| "device", | "device", | ||
| "events" | "events", | ||
| "cocoapod" | |||
| ], | ], | ||
| "author": "Rebecca Hughes <rebecca@learnium.net> (https://github.com/rebeccahughes)", | "author": "Rebecca Hughes <rebecca@learnium.net> (https://github.com/rebeccahughes)", | ||
| "license": "MIT", | "license": "MIT", | ||
| ... | ... |
Please
register
or
sign in
to comment