-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJC Pod File.codesnippet
40 lines (36 loc) · 1.08 KB
/
JC Pod File.codesnippet
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
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDECodeSnippetCompletionPrefix</key>
<string>JCPod</string>
<key>IDECodeSnippetCompletionScopes</key>
<array>
<string>All</string>
</array>
<key>IDECodeSnippetContents</key>
<string>platform :ios, '8.0'
pod 'AFNetworking', '~> 2.5.4'
pod 'SDWebImage', '~> 3.7.3'
pod 'Masonry', '~> 0.6.4'
pod 'JSONModel', '~> 1.1.0'
pod 'ReactiveCocoa', '2.5'
pod 'MBProgressHUD', '~> 0.9.1'
pod 'libextobjc'
target :'Remay-iOSTests', :exclusive => true do
pod 'Specta', '~> 0.2.1'
pod 'Expecta', '~> 0.2'
pod 'OCMock', '~> 2.2.2'
end</string>
<key>IDECodeSnippetIdentifier</key>
<string>C6442EF2-B088-4128-8DAD-E0378C3D8F14</string>
<key>IDECodeSnippetLanguage</key>
<string>Xcode.SourceCodeLanguage.Ruby</string>
<key>IDECodeSnippetTitle</key>
<string>JC Pod File</string>
<key>IDECodeSnippetUserSnippet</key>
<true/>
<key>IDECodeSnippetVersion</key>
<integer>2</integer>
</dict>
</plist>