Add Podspec file
We need to add podspec file in this repository for RN 0.60.
Were you able to build the project successfully after adding the Podspec file ?
Needss.swift_version = '4.0' and s.source_files = "ios/**/*.{h,m,swift}" added to the podspec to work I think. Otherwise it doesnt pull in the swift file and BLEPeripheral is undefined during linking.
Hey I've been trying to use this library for iOS but I can't find the podspec file. The readme indicates that iOS functionality was added in 2.0.0 but i'm on 2.0.1 and I still can't get it setup. Can we merge this please? @Abrax20
Please, someone tell me how to run ios?