-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
28 lines (28 loc) · 703 Bytes
/
Copy pathPodfile
File metadata and controls
28 lines (28 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
post_install do | installer |
require 'fileutils'
FileUtils.cp_r('Pods/Pods-acknowledgements.plist', 'junkbox/Resources/Plists/acknowledgements.plist', :remove_destination => true)
end
platform :ios, "6.0"
xcodeproj 'junkbox.xcodeproj'
# Connection
pod 'Reachability'
pod 'ISHTTPOperation', '~> 1.1.0'
# Core Data
pod 'NLCoreData'
# Social Bookmark
pod 'HatenaBookmarkSDK'
# User Interface
pod 'EDStarRating'
pod 'MTStatusBarOverlay'
pod 'NJKWebViewProgress'
pod 'NKToggleOverlayButton', '~> 2.0.0'
pod 'QBFlatButton'
pod 'RNFrostedSidebar', '~> 0.2.0'
pod 'SSGentleAlertView'
pod 'SAMBadgeView'
pod 'TYMActivityIndicatorView'
pod 'YLGIFImage'
# Font
pod 'ionicons'
# XML Parser
pod 'XMLDictionary'