AppHubPlatform / apphub

apphub is an iOS client for AppHub
https://apphub.io
Other
206 stars 29 forks source link

Add cocoapod integration #4

Closed tonyxiao closed 8 years ago

tonyxiao commented 8 years ago

Avoids manual build configuration, similar to how react native itself integrates with projects

pod 'React', :path => '../node_modules/react-native', :subspecs => [
  'Core',
  'RCTImage',
  'RCTNetwork',
  'RCTText',
  'RCTWebSocket',
  # Add any other subspecs you want to use in your project
]

Also allowing compiling from source (with Cocoapods) will make debugging easier as well, rather than pre-compiled framework.

tonyxiao commented 8 years ago

Should be superseded by this. https://github.com/AppHubPlatform/apphub-ios/pull/5 Closing.