Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
itjhDev committed Dec 6, 2015
0 parents commit 2550583
Show file tree
Hide file tree
Showing 1,165 changed files with 83,215 additions and 0 deletions.
54 changes: 54 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
platform :ios, '8.0'

use_frameworks!


def shared_pods

pod 'Alamofire', '~> 3.0'

pod 'Kingfisher', '~> 1.6'

pod 'MJRefresh'

pod 'SDCycleScrollView','~> 1.3'

# pod 'VGParallaxHeader'


pod 'APParallaxHeader'

pod 'RoundImageView', '~> 1.0.1'

pod 'StrechyParallaxScrollView', '~> 0.1'

##TextField UI
pod 'TextFieldEffects'

##键盘扩展
pod 'IQKeyboardManagerSwift'

pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git'
#
pod 'Validator'

pod 'Qiniu', '~> 7.0'

pod 'Google-Mobile-Ads-SDK', '~> 7.0'

end


target 'ds_ios' do
shared_pods
end

target 'ds_watch Extension' do

platform :watchos, '2.0'

pod 'Alamofire', '~> 3.0'
pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git'


end
70 changes: 70 additions & 0 deletions Pods/AFNetworking/AFNetworking/AFHTTPRequestOperation.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

206 changes: 206 additions & 0 deletions Pods/AFNetworking/AFNetworking/AFHTTPRequestOperation.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2550583

Please sign in to comment.