1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-10-11 03:49:05 +03:00
Macaw/Podfile
Igor Zapletnev c1702b6b54 Resolve #21
2016-05-11 12:10:17 +06:00

9 lines
122 B
Ruby

platform :ios, '8.0'
use_frameworks!
target 'Macaw' do
pod 'SWXMLHash', '~> 2.3.0'
pod 'RxSwift', '~> 2.4'
end