Files
Swiftgram/examples/ASLayoutSpecPlayground-Swift/Podfile
george-gw e4a2637804 [Examples] Playground swift (#2425)
* Added Playground-Swift with two example pages.

* Added PhotoWithOutsetIconOverlay example.

* Added an extra tip in swift playground.

* Added HorizontalStackWithSpacer to the swift playground.

* Added fileprivate for some global variables.

* Added private to the setupNodes functions

* Added solutions to common issues.
2016-10-28 15:36:14 -07:00

8 lines
150 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.1'
use_frameworks!
target 'Sample' do
pod 'AsyncDisplayKit', :path => '../..'
end