Commit Graph

1 Commits

Author SHA1 Message Date
Troy Zhang
472261c412 create podspec file for cocoapods.
With the file, we can integrate `react-native-picker` with an exist native `iOS` project like bellow:
``` ruby
// Podfile
pod 'Picker', :path => '../YeSanPoRN/node_modules/react-native-picker'
```
2017-07-06 23:58:49 +08:00