Commit 1dd88a88 authored by 汪洋's avatar 汪洋

Initial commit

parents
# OS X
.DS_Store
# Xcode
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
profile
*.moved-aside
DerivedData
*.hmap
*.ipa
# Bundler
.bundle
Carthage
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
# Note: if you ignore the Pods directory, make sure to uncomment
# `pod install` in .travis.yml
#
# Pods/
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
language: objective-c
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -workspace Example/GMNetService.xcworkspace -scheme GMNetService-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
<?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>archiveVersion</key>
<string>1</string>
<key>classes</key>
<dict/>
<key>objectVersion</key>
<string>46</string>
<key>objects</key>
<dict>
<key>01F408A4775DA2CB771E6ED2</key>
<dict>
<key>buildActionMask</key>
<string>2147483647</string>
<key>files</key>
<array/>
<key>inputPaths</key>
<array/>
<key>isa</key>
<string>PBXShellScriptBuildPhase</string>
<key>name</key>
<string>Embed Pods Frameworks</string>
<key>outputPaths</key>
<array/>
<key>runOnlyForDeploymentPostprocessing</key>
<string>0</string>
<key>shellPath</key>
<string>/bin/sh</string>
<key>shellScript</key>
<string>"${SRCROOT}/Pods/Target Support Files/Pods-GMNetService_Tests/Pods-GMNetService_Tests-frameworks.sh"
</string>
<key>showEnvVarsInLog</key>
<string>0</string>
</dict>
<key>1980D5398ADB8CF418D1489A</key>
<dict>
<key>includeInIndex</key>
<string>1</string>
<key>isa</key>
<string>PBXFileReference</string>
<key>name</key>
<string>LICENSE</string>
<key>path</key>
<string>../LICENSE</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>1E8F62C5553AF7386AEDCA82</key>
<dict>
<key>fileRef</key>
<string>DF10A518CF9B307A8BD99396</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>1F51403F4C4C69F581851A62</key>
<dict>
<key>buildActionMask</key>
<string>2147483647</string>
<key>files</key>
<array/>
<key>inputPaths</key>
<array/>
<key>isa</key>
<string>PBXShellScriptBuildPhase</string>
<key>name</key>
<string>Check Pods Manifest.lock</string>
<key>outputPaths</key>
<array/>
<key>runOnlyForDeploymentPostprocessing</key>
<string>0</string>
<key>shellPath</key>
<string>/bin/sh</string>
<key>shellScript</key>
<string>diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" &gt; /dev/null
if [[ $? != 0 ]] ; then
cat &lt;&lt; EOM
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
EOM
exit 1
fi
</string>
<key>showEnvVarsInLog</key>
<string>0</string>
</dict>
<key>3C67B5C53F92F604402673A2</key>
<dict>
<key>buildActionMask</key>
<string>2147483647</string>
<key>files</key>
<array/>
<key>inputPaths</key>
<array/>
<key>isa</key>
<string>PBXShellScriptBuildPhase</string>
<key>name</key>
<string>Embed Pods Frameworks</string>
<key>outputPaths</key>
<array/>
<key>runOnlyForDeploymentPostprocessing</key>
<string>0</string>
<key>shellPath</key>
<string>/bin/sh</string>
<key>shellScript</key>
<string>"${SRCROOT}/Pods/Target Support Files/Pods-GMNetService_Example/Pods-GMNetService_Example-frameworks.sh"
</string>
<key>showEnvVarsInLog</key>
<string>0</string>
</dict>
<key>3E9B5E9E657445E80CE0C77C</key>
<dict>
<key>fileRef</key>
<string>F2AFD74F6FC90A473782AA8A</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>429F2114B22FC0964A18CA06</key>
<dict>
<key>includeInIndex</key>
<string>1</string>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>text.xcconfig</string>
<key>name</key>
<string>Pods-GMNetService_Tests.release.xcconfig</string>
<key>path</key>
<string>Pods/Target Support Files/Pods-GMNetService_Tests/Pods-GMNetService_Tests.release.xcconfig</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>494355D917ECD09D094B7D7D</key>
<dict>
<key>buildActionMask</key>
<string>2147483647</string>
<key>files</key>
<array/>
<key>inputPaths</key>
<array/>
<key>isa</key>
<string>PBXShellScriptBuildPhase</string>
<key>name</key>
<string>Check Pods Manifest.lock</string>
<key>outputPaths</key>
<array/>
<key>runOnlyForDeploymentPostprocessing</key>
<string>0</string>
<key>shellPath</key>
<string>/bin/sh</string>
<key>shellScript</key>
<string>diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" &gt; /dev/null
if [[ $? != 0 ]] ; then
cat &lt;&lt; EOM
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
EOM
exit 1
fi
</string>
<key>showEnvVarsInLog</key>
<string>0</string>
</dict>
<key>54C5D5FFF0E889343BAAC998</key>
<dict>
<key>children</key>
<array>
<string>D52EA98CC59B60A6D19661FA</string>
<string>D51A8B47D9DC53D11DC6F5E7</string>
<string>AEFE5788BBD5FDDF6089AB28</string>
<string>429F2114B22FC0964A18CA06</string>
</array>
<key>isa</key>
<string>PBXGroup</string>
<key>name</key>
<string>Pods</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>6003F581195388D10070C39A</key>
<dict>
<key>children</key>
<array>
<string>60FF7A9C1954A5C5007DD14C</string>
<string>6003F593195388D20070C39A</string>
<string>6003F5B5195388D20070C39A</string>
<string>6003F58C195388D20070C39A</string>
<string>6003F58B195388D20070C39A</string>
<string>54C5D5FFF0E889343BAAC998</string>
</array>
<key>isa</key>
<string>PBXGroup</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>6003F582195388D10070C39A</key>
<dict>
<key>attributes</key>
<dict>
<key>CLASSPREFIX</key>
<string>GM</string>
<key>LastUpgradeCheck</key>
<string>0720</string>
<key>ORGANIZATIONNAME</key>
<string>wangyang</string>
<key>TargetAttributes</key>
<dict>
<key>6003F5AD195388D20070C39A</key>
<dict>
<key>TestTargetID</key>
<string>6003F589195388D20070C39A</string>
</dict>
</dict>
</dict>
<key>buildConfigurationList</key>
<string>6003F585195388D10070C39A</string>
<key>compatibilityVersion</key>
<string>Xcode 3.2</string>
<key>developmentRegion</key>
<string>English</string>
<key>hasScannedForEncodings</key>
<string>0</string>
<key>isa</key>
<string>PBXProject</string>
<key>knownRegions</key>
<array>
<string>en</string>
<string>Base</string>
</array>
<key>mainGroup</key>
<string>6003F581195388D10070C39A</string>
<key>productRefGroup</key>
<string>6003F58B195388D20070C39A</string>
<key>projectDirPath</key>
<string></string>
<key>projectReferences</key>
<array/>
<key>projectRoot</key>
<string></string>
<key>targets</key>
<array>
<string>6003F589195388D20070C39A</string>
<string>6003F5AD195388D20070C39A</string>
</array>
</dict>
<key>6003F585195388D10070C39A</key>
<dict>
<key>buildConfigurations</key>
<array>
<string>6003F5BD195388D20070C39A</string>
<string>6003F5BE195388D20070C39A</string>
</array>
<key>defaultConfigurationIsVisible</key>
<string>0</string>
<key>defaultConfigurationName</key>
<string>Release</string>
<key>isa</key>
<string>XCConfigurationList</string>
</dict>
<key>6003F586195388D20070C39A</key>
<dict>
<key>buildActionMask</key>
<string>2147483647</string>
<key>files</key>
<array>
<string>6003F59E195388D20070C39A</string>
<string>6003F5A7195388D20070C39A</string>
<string>6003F59A195388D20070C39A</string>
</array>
<key>isa</key>
<string>PBXSourcesBuildPhase</string>
<key>runOnlyForDeploymentPostprocessing</key>
<string>0</string>
</dict>
<key>6003F587195388D20070C39A</key>
<dict>
<key>buildActionMask</key>
<string>2147483647</string>
<key>files</key>
<array>
<string>6003F590195388D20070C39A</string>
<string>6003F592195388D20070C39A</string>
<string>6003F58E195388D20070C39A</string>
<string>1E8F62C5553AF7386AEDCA82</string>
</array>
<key>isa</key>
<string>PBXFrameworksBuildPhase</string>
<key>runOnlyForDeploymentPostprocessing</key>
<string>0</string>
</dict>
<key>6003F588195388D20070C39A</key>
<dict>
<key>buildActionMask</key>
<string>2147483647</string>
<key>files</key>
<array>
<string>873B8AEB1B1F5CCA007FD442</string>
<string>6003F5A9195388D20070C39A</string>
<string>6003F598195388D20070C39A</string>
</array>
<key>isa</key>
<string>PBXResourcesBuildPhase</string>
<key>runOnlyForDeploymentPostprocessing</key>
<string>0</string>
</dict>
<key>6003F589195388D20070C39A</key>
<dict>
<key>buildConfigurationList</key>
<string>6003F5BF195388D20070C39A</string>
<key>buildPhases</key>
<array>
<string>494355D917ECD09D094B7D7D</string>
<string>6003F586195388D20070C39A</string>
<string>6003F587195388D20070C39A</string>
<string>6003F588195388D20070C39A</string>
<string>3C67B5C53F92F604402673A2</string>
<string>A79F4FE2049050D713305A74</string>
</array>
<key>buildRules</key>
<array/>
<key>dependencies</key>
<array/>
<key>isa</key>
<string>PBXNativeTarget</string>
<key>name</key>
<string>GMNetService_Example</string>
<key>productName</key>
<string>GMNetService</string>
<key>productReference</key>
<string>6003F58A195388D20070C39A</string>
<key>productType</key>
<string>com.apple.product-type.application</string>
</dict>
<key>6003F58A195388D20070C39A</key>
<dict>
<key>explicitFileType</key>
<string>wrapper.application</string>
<key>includeInIndex</key>
<string>0</string>
<key>isa</key>
<string>PBXFileReference</string>
<key>path</key>
<string>GMNetService_Example.app</string>
<key>sourceTree</key>
<string>BUILT_PRODUCTS_DIR</string>
</dict>
<key>6003F58B195388D20070C39A</key>
<dict>
<key>children</key>
<array>
<string>6003F58A195388D20070C39A</string>
<string>6003F5AE195388D20070C39A</string>
</array>
<key>isa</key>
<string>PBXGroup</string>
<key>name</key>
<string>Products</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>6003F58C195388D20070C39A</key>
<dict>
<key>children</key>
<array>
<string>6003F58D195388D20070C39A</string>
<string>6003F58F195388D20070C39A</string>
<string>6003F591195388D20070C39A</string>
<string>6003F5AF195388D20070C39A</string>
<string>DF10A518CF9B307A8BD99396</string>
<string>F2AFD74F6FC90A473782AA8A</string>
</array>
<key>isa</key>
<string>PBXGroup</string>
<key>name</key>
<string>Frameworks</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>6003F58D195388D20070C39A</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>wrapper.framework</string>
<key>name</key>
<string>Foundation.framework</string>
<key>path</key>
<string>System/Library/Frameworks/Foundation.framework</string>
<key>sourceTree</key>
<string>SDKROOT</string>
</dict>
<key>6003F58E195388D20070C39A</key>
<dict>
<key>fileRef</key>
<string>6003F58D195388D20070C39A</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>6003F58F195388D20070C39A</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>wrapper.framework</string>
<key>name</key>
<string>CoreGraphics.framework</string>
<key>path</key>
<string>System/Library/Frameworks/CoreGraphics.framework</string>
<key>sourceTree</key>
<string>SDKROOT</string>
</dict>
<key>6003F590195388D20070C39A</key>
<dict>
<key>fileRef</key>
<string>6003F58F195388D20070C39A</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>6003F591195388D20070C39A</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>wrapper.framework</string>
<key>name</key>
<string>UIKit.framework</string>
<key>path</key>
<string>System/Library/Frameworks/UIKit.framework</string>
<key>sourceTree</key>
<string>SDKROOT</string>
</dict>
<key>6003F592195388D20070C39A</key>
<dict>
<key>fileRef</key>
<string>6003F591195388D20070C39A</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>6003F593195388D20070C39A</key>
<dict>
<key>children</key>
<array>
<string>6003F59C195388D20070C39A</string>
<string>6003F59D195388D20070C39A</string>
<string>873B8AEA1B1F5CCA007FD442</string>
<string>6003F5A5195388D20070C39A</string>
<string>6003F5A6195388D20070C39A</string>
<string>6003F5A8195388D20070C39A</string>
<string>6003F594195388D20070C39A</string>
</array>
<key>isa</key>
<string>PBXGroup</string>
<key>name</key>
<string>Example for GMNetService</string>
<key>path</key>
<string>GMNetService</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>6003F594195388D20070C39A</key>
<dict>
<key>children</key>
<array>
<string>6003F595195388D20070C39A</string>
<string>6003F596195388D20070C39A</string>
<string>6003F599195388D20070C39A</string>
<string>6003F59B195388D20070C39A</string>
</array>
<key>isa</key>
<string>PBXGroup</string>
<key>name</key>
<string>Supporting Files</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>6003F595195388D20070C39A</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>text.plist.xml</string>
<key>path</key>
<string>GMNetService-Info.plist</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>6003F596195388D20070C39A</key>
<dict>
<key>children</key>
<array>
<string>6003F597195388D20070C39A</string>
</array>
<key>isa</key>
<string>PBXVariantGroup</string>
<key>name</key>
<string>InfoPlist.strings</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>6003F597195388D20070C39A</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>text.plist.strings</string>
<key>name</key>
<string>en</string>
<key>path</key>
<string>en.lproj/InfoPlist.strings</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>6003F598195388D20070C39A</key>
<dict>
<key>fileRef</key>
<string>6003F596195388D20070C39A</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>6003F599195388D20070C39A</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>sourcecode.c.objc</string>
<key>path</key>
<string>main.m</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>6003F59A195388D20070C39A</key>
<dict>
<key>fileRef</key>
<string>6003F599195388D20070C39A</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>6003F59B195388D20070C39A</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>sourcecode.c.h</string>
<key>path</key>
<string>GMNetService-Prefix.pch</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>6003F59C195388D20070C39A</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>sourcecode.c.h</string>
<key>path</key>
<string>GMAppDelegate.h</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>6003F59D195388D20070C39A</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>sourcecode.c.objc</string>
<key>path</key>
<string>GMAppDelegate.m</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>6003F59E195388D20070C39A</key>
<dict>
<key>fileRef</key>
<string>6003F59D195388D20070C39A</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>6003F5A5195388D20070C39A</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>sourcecode.c.h</string>
<key>path</key>
<string>GMViewController.h</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>6003F5A6195388D20070C39A</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>sourcecode.c.objc</string>
<key>path</key>
<string>GMViewController.m</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>6003F5A7195388D20070C39A</key>
<dict>
<key>fileRef</key>
<string>6003F5A6195388D20070C39A</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>6003F5A8195388D20070C39A</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>folder.assetcatalog</string>
<key>path</key>
<string>Images.xcassets</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>6003F5A9195388D20070C39A</key>
<dict>
<key>fileRef</key>
<string>6003F5A8195388D20070C39A</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>6003F5AA195388D20070C39A</key>
<dict>
<key>buildActionMask</key>
<string>2147483647</string>
<key>files</key>
<array>
<string>6003F5BC195388D20070C39A</string>
</array>
<key>isa</key>
<string>PBXSourcesBuildPhase</string>
<key>runOnlyForDeploymentPostprocessing</key>
<string>0</string>
</dict>
<key>6003F5AB195388D20070C39A</key>
<dict>
<key>buildActionMask</key>
<string>2147483647</string>
<key>files</key>
<array>
<string>6003F5B0195388D20070C39A</string>
<string>6003F5B2195388D20070C39A</string>
<string>6003F5B1195388D20070C39A</string>
<string>3E9B5E9E657445E80CE0C77C</string>
</array>
<key>isa</key>
<string>PBXFrameworksBuildPhase</string>
<key>runOnlyForDeploymentPostprocessing</key>
<string>0</string>
</dict>
<key>6003F5AC195388D20070C39A</key>
<dict>
<key>buildActionMask</key>
<string>2147483647</string>
<key>files</key>
<array>
<string>6003F5BA195388D20070C39A</string>
</array>
<key>isa</key>
<string>PBXResourcesBuildPhase</string>
<key>runOnlyForDeploymentPostprocessing</key>
<string>0</string>
</dict>
<key>6003F5AD195388D20070C39A</key>
<dict>
<key>buildConfigurationList</key>
<string>6003F5C2195388D20070C39A</string>
<key>buildPhases</key>
<array>
<string>1F51403F4C4C69F581851A62</string>
<string>6003F5AA195388D20070C39A</string>
<string>6003F5AB195388D20070C39A</string>
<string>6003F5AC195388D20070C39A</string>
<string>01F408A4775DA2CB771E6ED2</string>
<string>8CF9BF0D6C81EFF6BB21CADC</string>
</array>
<key>buildRules</key>
<array/>
<key>dependencies</key>
<array>
<string>6003F5B4195388D20070C39A</string>
</array>
<key>isa</key>
<string>PBXNativeTarget</string>
<key>name</key>
<string>GMNetService_Tests</string>
<key>productName</key>
<string>GMNetServiceTests</string>
<key>productReference</key>
<string>6003F5AE195388D20070C39A</string>
<key>productType</key>
<string>com.apple.product-type.bundle.unit-test</string>
</dict>
<key>6003F5AE195388D20070C39A</key>
<dict>
<key>explicitFileType</key>
<string>wrapper.cfbundle</string>
<key>includeInIndex</key>
<string>0</string>
<key>isa</key>
<string>PBXFileReference</string>
<key>path</key>
<string>GMNetService_Tests.xctest</string>
<key>sourceTree</key>
<string>BUILT_PRODUCTS_DIR</string>
</dict>
<key>6003F5AF195388D20070C39A</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>wrapper.framework</string>
<key>name</key>
<string>XCTest.framework</string>
<key>path</key>
<string>Library/Frameworks/XCTest.framework</string>
<key>sourceTree</key>
<string>DEVELOPER_DIR</string>
</dict>
<key>6003F5B0195388D20070C39A</key>
<dict>
<key>fileRef</key>
<string>6003F5AF195388D20070C39A</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>6003F5B1195388D20070C39A</key>
<dict>
<key>fileRef</key>
<string>6003F58D195388D20070C39A</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>6003F5B2195388D20070C39A</key>
<dict>
<key>fileRef</key>
<string>6003F591195388D20070C39A</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>6003F5B3195388D20070C39A</key>
<dict>
<key>containerPortal</key>
<string>6003F582195388D10070C39A</string>
<key>isa</key>
<string>PBXContainerItemProxy</string>
<key>proxyType</key>
<string>1</string>
<key>remoteGlobalIDString</key>
<string>6003F589195388D20070C39A</string>
<key>remoteInfo</key>
<string>GMNetService</string>
</dict>
<key>6003F5B4195388D20070C39A</key>
<dict>
<key>isa</key>
<string>PBXTargetDependency</string>
<key>target</key>
<string>6003F589195388D20070C39A</string>
<key>targetProxy</key>
<string>6003F5B3195388D20070C39A</string>
</dict>
<key>6003F5B5195388D20070C39A</key>
<dict>
<key>children</key>
<array>
<string>6003F5BB195388D20070C39A</string>
<string>6003F5B6195388D20070C39A</string>
</array>
<key>isa</key>
<string>PBXGroup</string>
<key>path</key>
<string>Tests</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>6003F5B6195388D20070C39A</key>
<dict>
<key>children</key>
<array>
<string>6003F5B7195388D20070C39A</string>
<string>6003F5B8195388D20070C39A</string>
<string>606FC2411953D9B200FFA9A0</string>
</array>
<key>isa</key>
<string>PBXGroup</string>
<key>name</key>
<string>Supporting Files</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>6003F5B7195388D20070C39A</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>text.plist.xml</string>
<key>path</key>
<string>Tests-Info.plist</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>6003F5B8195388D20070C39A</key>
<dict>
<key>children</key>
<array>
<string>6003F5B9195388D20070C39A</string>
</array>
<key>isa</key>
<string>PBXVariantGroup</string>
<key>name</key>
<string>InfoPlist.strings</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>6003F5B9195388D20070C39A</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>text.plist.strings</string>
<key>name</key>
<string>en</string>
<key>path</key>
<string>en.lproj/InfoPlist.strings</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>6003F5BA195388D20070C39A</key>
<dict>
<key>fileRef</key>
<string>6003F5B8195388D20070C39A</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>6003F5BB195388D20070C39A</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>sourcecode.c.objc</string>
<key>path</key>
<string>Tests.m</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>6003F5BC195388D20070C39A</key>
<dict>
<key>fileRef</key>
<string>6003F5BB195388D20070C39A</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>6003F5BD195388D20070C39A</key>
<dict>
<key>buildSettings</key>
<dict>
<key>ALWAYS_SEARCH_USER_PATHS</key>
<string>NO</string>
<key>CLANG_CXX_LANGUAGE_STANDARD</key>
<string>gnu++0x</string>
<key>CLANG_CXX_LIBRARY</key>
<string>libc++</string>
<key>CLANG_ENABLE_MODULES</key>
<string>YES</string>
<key>CLANG_ENABLE_OBJC_ARC</key>
<string>YES</string>
<key>CLANG_WARN_BOOL_CONVERSION</key>
<string>YES</string>
<key>CLANG_WARN_CONSTANT_CONVERSION</key>
<string>YES</string>
<key>CLANG_WARN_DIRECT_OBJC_ISA_USAGE</key>
<string>YES_ERROR</string>
<key>CLANG_WARN_EMPTY_BODY</key>
<string>YES</string>
<key>CLANG_WARN_ENUM_CONVERSION</key>
<string>YES</string>
<key>CLANG_WARN_INT_CONVERSION</key>
<string>YES</string>
<key>CLANG_WARN_OBJC_ROOT_CLASS</key>
<string>YES_ERROR</string>
<key>CLANG_WARN__DUPLICATE_METHOD_MATCH</key>
<string>YES</string>
<key>CODE_SIGN_IDENTITY[sdk=iphoneos*]</key>
<string>iPhone Developer</string>
<key>COPY_PHASE_STRIP</key>
<string>NO</string>
<key>ENABLE_TESTABILITY</key>
<string>YES</string>
<key>GCC_C_LANGUAGE_STANDARD</key>
<string>gnu99</string>
<key>GCC_DYNAMIC_NO_PIC</key>
<string>NO</string>
<key>GCC_OPTIMIZATION_LEVEL</key>
<string>0</string>
<key>GCC_PREPROCESSOR_DEFINITIONS</key>
<array>
<string>DEBUG=1</string>
<string>$(inherited)</string>
</array>
<key>GCC_SYMBOLS_PRIVATE_EXTERN</key>
<string>NO</string>
<key>GCC_WARN_64_TO_32_BIT_CONVERSION</key>
<string>YES</string>
<key>GCC_WARN_ABOUT_RETURN_TYPE</key>
<string>YES_ERROR</string>
<key>GCC_WARN_UNDECLARED_SELECTOR</key>
<string>YES</string>
<key>GCC_WARN_UNINITIALIZED_AUTOS</key>
<string>YES_AGGRESSIVE</string>
<key>GCC_WARN_UNUSED_FUNCTION</key>
<string>YES</string>
<key>GCC_WARN_UNUSED_VARIABLE</key>
<string>YES</string>
<key>IPHONEOS_DEPLOYMENT_TARGET</key>
<string>8.3</string>
<key>ONLY_ACTIVE_ARCH</key>
<string>YES</string>
<key>SDKROOT</key>
<string>iphoneos</string>
<key>TARGETED_DEVICE_FAMILY</key>
<string>1,2</string>
</dict>
<key>isa</key>
<string>XCBuildConfiguration</string>
<key>name</key>
<string>Debug</string>
</dict>
<key>6003F5BE195388D20070C39A</key>
<dict>
<key>buildSettings</key>
<dict>
<key>ALWAYS_SEARCH_USER_PATHS</key>
<string>NO</string>
<key>CLANG_CXX_LANGUAGE_STANDARD</key>
<string>gnu++0x</string>
<key>CLANG_CXX_LIBRARY</key>
<string>libc++</string>
<key>CLANG_ENABLE_MODULES</key>
<string>YES</string>
<key>CLANG_ENABLE_OBJC_ARC</key>
<string>YES</string>
<key>CLANG_WARN_BOOL_CONVERSION</key>
<string>YES</string>
<key>CLANG_WARN_CONSTANT_CONVERSION</key>
<string>YES</string>
<key>CLANG_WARN_DIRECT_OBJC_ISA_USAGE</key>
<string>YES_ERROR</string>
<key>CLANG_WARN_EMPTY_BODY</key>
<string>YES</string>
<key>CLANG_WARN_ENUM_CONVERSION</key>
<string>YES</string>
<key>CLANG_WARN_INT_CONVERSION</key>
<string>YES</string>
<key>CLANG_WARN_OBJC_ROOT_CLASS</key>
<string>YES_ERROR</string>
<key>CLANG_WARN__DUPLICATE_METHOD_MATCH</key>
<string>YES</string>
<key>CODE_SIGN_IDENTITY[sdk=iphoneos*]</key>
<string>iPhone Developer</string>
<key>COPY_PHASE_STRIP</key>
<string>YES</string>
<key>ENABLE_NS_ASSERTIONS</key>
<string>NO</string>
<key>GCC_C_LANGUAGE_STANDARD</key>
<string>gnu99</string>
<key>GCC_WARN_64_TO_32_BIT_CONVERSION</key>
<string>YES</string>
<key>GCC_WARN_ABOUT_RETURN_TYPE</key>
<string>YES_ERROR</string>
<key>GCC_WARN_UNDECLARED_SELECTOR</key>
<string>YES</string>
<key>GCC_WARN_UNINITIALIZED_AUTOS</key>
<string>YES_AGGRESSIVE</string>
<key>GCC_WARN_UNUSED_FUNCTION</key>
<string>YES</string>
<key>GCC_WARN_UNUSED_VARIABLE</key>
<string>YES</string>
<key>IPHONEOS_DEPLOYMENT_TARGET</key>
<string>8.3</string>
<key>SDKROOT</key>
<string>iphoneos</string>
<key>TARGETED_DEVICE_FAMILY</key>
<string>1,2</string>
<key>VALIDATE_PRODUCT</key>
<string>YES</string>
</dict>
<key>isa</key>
<string>XCBuildConfiguration</string>
<key>name</key>
<string>Release</string>
</dict>
<key>6003F5BF195388D20070C39A</key>
<dict>
<key>buildConfigurations</key>
<array>
<string>6003F5C0195388D20070C39A</string>
<string>6003F5C1195388D20070C39A</string>
</array>
<key>defaultConfigurationIsVisible</key>
<string>0</string>
<key>defaultConfigurationName</key>
<string>Release</string>
<key>isa</key>
<string>XCConfigurationList</string>
</dict>
<key>6003F5C0195388D20070C39A</key>
<dict>
<key>baseConfigurationReference</key>
<string>D52EA98CC59B60A6D19661FA</string>
<key>buildSettings</key>
<dict>
<key>ASSETCATALOG_COMPILER_APPICON_NAME</key>
<string>AppIcon</string>
<key>ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME</key>
<string>LaunchImage</string>
<key>GCC_PRECOMPILE_PREFIX_HEADER</key>
<string>YES</string>
<key>GCC_PREFIX_HEADER</key>
<string>GMNetService/GMNetService-Prefix.pch</string>
<key>INFOPLIST_FILE</key>
<string>GMNetService/GMNetService-Info.plist</string>
<key>MODULE_NAME</key>
<string>ExampleApp</string>
<key>PRODUCT_BUNDLE_IDENTIFIER</key>
<string>org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}</string>
<key>PRODUCT_NAME</key>
<string>$(TARGET_NAME)</string>
<key>WRAPPER_EXTENSION</key>
<string>app</string>
</dict>
<key>isa</key>
<string>XCBuildConfiguration</string>
<key>name</key>
<string>Debug</string>
</dict>
<key>6003F5C1195388D20070C39A</key>
<dict>
<key>baseConfigurationReference</key>
<string>D51A8B47D9DC53D11DC6F5E7</string>
<key>buildSettings</key>
<dict>
<key>ASSETCATALOG_COMPILER_APPICON_NAME</key>
<string>AppIcon</string>
<key>ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME</key>
<string>LaunchImage</string>
<key>GCC_PRECOMPILE_PREFIX_HEADER</key>
<string>YES</string>
<key>GCC_PREFIX_HEADER</key>
<string>GMNetService/GMNetService-Prefix.pch</string>
<key>INFOPLIST_FILE</key>
<string>GMNetService/GMNetService-Info.plist</string>
<key>MODULE_NAME</key>
<string>ExampleApp</string>
<key>PRODUCT_BUNDLE_IDENTIFIER</key>
<string>org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}</string>
<key>PRODUCT_NAME</key>
<string>$(TARGET_NAME)</string>
<key>WRAPPER_EXTENSION</key>
<string>app</string>
</dict>
<key>isa</key>
<string>XCBuildConfiguration</string>
<key>name</key>
<string>Release</string>
</dict>
<key>6003F5C2195388D20070C39A</key>
<dict>
<key>buildConfigurations</key>
<array>
<string>6003F5C3195388D20070C39A</string>
<string>6003F5C4195388D20070C39A</string>
</array>
<key>defaultConfigurationIsVisible</key>
<string>0</string>
<key>defaultConfigurationName</key>
<string>Release</string>
<key>isa</key>
<string>XCConfigurationList</string>
</dict>
<key>6003F5C3195388D20070C39A</key>
<dict>
<key>baseConfigurationReference</key>
<string>AEFE5788BBD5FDDF6089AB28</string>
<key>buildSettings</key>
<dict>
<key>BUNDLE_LOADER</key>
<string>$(TEST_HOST)</string>
<key>FRAMEWORK_SEARCH_PATHS</key>
<array>
<string>$(SDKROOT)/Developer/Library/Frameworks</string>
<string>$(inherited)</string>
<string>$(DEVELOPER_FRAMEWORKS_DIR)</string>
</array>
<key>GCC_PRECOMPILE_PREFIX_HEADER</key>
<string>YES</string>
<key>GCC_PREFIX_HEADER</key>
<string>Tests/Tests-Prefix.pch</string>
<key>GCC_PREPROCESSOR_DEFINITIONS</key>
<array>
<string>DEBUG=1</string>
<string>$(inherited)</string>
</array>
<key>INFOPLIST_FILE</key>
<string>Tests/Tests-Info.plist</string>
<key>PRODUCT_BUNDLE_IDENTIFIER</key>
<string>org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}</string>
<key>PRODUCT_NAME</key>
<string>$(TARGET_NAME)</string>
<key>TEST_HOST</key>
<string>$(BUILT_PRODUCTS_DIR)/GMNetService_Example.app/GMNetService_Example</string>
<key>WRAPPER_EXTENSION</key>
<string>xctest</string>
</dict>
<key>isa</key>
<string>XCBuildConfiguration</string>
<key>name</key>
<string>Debug</string>
</dict>
<key>6003F5C4195388D20070C39A</key>
<dict>
<key>baseConfigurationReference</key>
<string>429F2114B22FC0964A18CA06</string>
<key>buildSettings</key>
<dict>
<key>BUNDLE_LOADER</key>
<string>$(TEST_HOST)</string>
<key>FRAMEWORK_SEARCH_PATHS</key>
<array>
<string>$(SDKROOT)/Developer/Library/Frameworks</string>
<string>$(inherited)</string>
<string>$(DEVELOPER_FRAMEWORKS_DIR)</string>
</array>
<key>GCC_PRECOMPILE_PREFIX_HEADER</key>
<string>YES</string>
<key>GCC_PREFIX_HEADER</key>
<string>Tests/Tests-Prefix.pch</string>
<key>INFOPLIST_FILE</key>
<string>Tests/Tests-Info.plist</string>
<key>PRODUCT_BUNDLE_IDENTIFIER</key>
<string>org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}</string>
<key>PRODUCT_NAME</key>
<string>$(TARGET_NAME)</string>
<key>TEST_HOST</key>
<string>$(BUILT_PRODUCTS_DIR)/GMNetService_Example.app/GMNetService_Example</string>
<key>WRAPPER_EXTENSION</key>
<string>xctest</string>
</dict>
<key>isa</key>
<string>XCBuildConfiguration</string>
<key>name</key>
<string>Release</string>
</dict>
<key>606FC2411953D9B200FFA9A0</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>sourcecode.c.h</string>
<key>path</key>
<string>Tests-Prefix.pch</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>60FF7A9C1954A5C5007DD14C</key>
<dict>
<key>children</key>
<array>
<string>649EC34D3909D775E61E44CC</string>
<string>6BE357F92022174C575F6751</string>
<string>1980D5398ADB8CF418D1489A</string>
</array>
<key>isa</key>
<string>PBXGroup</string>
<key>name</key>
<string>Podspec Metadata</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>649EC34D3909D775E61E44CC</key>
<dict>
<key>includeInIndex</key>
<string>1</string>
<key>isa</key>
<string>PBXFileReference</string>
<key>name</key>
<string>GMNetService.podspec</string>
<key>path</key>
<string>../GMNetService.podspec</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>6BE357F92022174C575F6751</key>
<dict>
<key>includeInIndex</key>
<string>1</string>
<key>isa</key>
<string>PBXFileReference</string>
<key>name</key>
<string>README.md</string>
<key>path</key>
<string>../README.md</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>873B8AEA1B1F5CCA007FD442</key>
<dict>
<key>fileEncoding</key>
<string>4</string>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>file.storyboard</string>
<key>path</key>
<string>Main.storyboard</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>873B8AEB1B1F5CCA007FD442</key>
<dict>
<key>fileRef</key>
<string>873B8AEA1B1F5CCA007FD442</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>8CF9BF0D6C81EFF6BB21CADC</key>
<dict>
<key>buildActionMask</key>
<string>2147483647</string>
<key>files</key>
<array/>
<key>inputPaths</key>
<array/>
<key>isa</key>
<string>PBXShellScriptBuildPhase</string>
<key>name</key>
<string>Copy Pods Resources</string>
<key>outputPaths</key>
<array/>
<key>runOnlyForDeploymentPostprocessing</key>
<string>0</string>
<key>shellPath</key>
<string>/bin/sh</string>
<key>shellScript</key>
<string>"${SRCROOT}/Pods/Target Support Files/Pods-GMNetService_Tests/Pods-GMNetService_Tests-resources.sh"
</string>
<key>showEnvVarsInLog</key>
<string>0</string>
</dict>
<key>A79F4FE2049050D713305A74</key>
<dict>
<key>buildActionMask</key>
<string>2147483647</string>
<key>files</key>
<array/>
<key>inputPaths</key>
<array/>
<key>isa</key>
<string>PBXShellScriptBuildPhase</string>
<key>name</key>
<string>Copy Pods Resources</string>
<key>outputPaths</key>
<array/>
<key>runOnlyForDeploymentPostprocessing</key>
<string>0</string>
<key>shellPath</key>
<string>/bin/sh</string>
<key>shellScript</key>
<string>"${SRCROOT}/Pods/Target Support Files/Pods-GMNetService_Example/Pods-GMNetService_Example-resources.sh"
</string>
<key>showEnvVarsInLog</key>
<string>0</string>
</dict>
<key>AEFE5788BBD5FDDF6089AB28</key>
<dict>
<key>includeInIndex</key>
<string>1</string>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>text.xcconfig</string>
<key>name</key>
<string>Pods-GMNetService_Tests.debug.xcconfig</string>
<key>path</key>
<string>Pods/Target Support Files/Pods-GMNetService_Tests/Pods-GMNetService_Tests.debug.xcconfig</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>D51A8B47D9DC53D11DC6F5E7</key>
<dict>
<key>includeInIndex</key>
<string>1</string>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>text.xcconfig</string>
<key>name</key>
<string>Pods-GMNetService_Example.release.xcconfig</string>
<key>path</key>
<string>Pods/Target Support Files/Pods-GMNetService_Example/Pods-GMNetService_Example.release.xcconfig</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>D52EA98CC59B60A6D19661FA</key>
<dict>
<key>includeInIndex</key>
<string>1</string>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>text.xcconfig</string>
<key>name</key>
<string>Pods-GMNetService_Example.debug.xcconfig</string>
<key>path</key>
<string>Pods/Target Support Files/Pods-GMNetService_Example/Pods-GMNetService_Example.debug.xcconfig</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>DF10A518CF9B307A8BD99396</key>
<dict>
<key>explicitFileType</key>
<string>wrapper.framework</string>
<key>includeInIndex</key>
<string>0</string>
<key>isa</key>
<string>PBXFileReference</string>
<key>path</key>
<string>Pods_GMNetService_Example.framework</string>
<key>sourceTree</key>
<string>BUILT_PRODUCTS_DIR</string>
</dict>
<key>F2AFD74F6FC90A473782AA8A</key>
<dict>
<key>explicitFileType</key>
<string>wrapper.framework</string>
<key>includeInIndex</key>
<string>0</string>
<key>isa</key>
<string>PBXFileReference</string>
<key>path</key>
<string>Pods_GMNetService_Tests.framework</string>
<key>sourceTree</key>
<string>BUILT_PRODUCTS_DIR</string>
</dict>
</dict>
<key>rootObject</key>
<string>6003F582195388D10070C39A</string>
</dict>
</plist>
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:GMNetService.xcodeproj">
</FileRef>
</Workspace>
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "6003F589195388D20070C39A"
BuildableName = "GMNetService_Example.app"
BlueprintName = "GMNetService_Example"
ReferencedContainer = "container:GMNetService.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "6003F5AD195388D20070C39A"
BuildableName = "GMNetService_Tests.xctest"
BlueprintName = "GMNetService_Tests"
ReferencedContainer = "container:GMNetService.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "6003F589195388D20070C39A"
BuildableName = "GMNetService_Example.app"
BlueprintName = "GMNetService_Example"
ReferencedContainer = "container:GMNetService.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "6003F589195388D20070C39A"
BuildableName = "GMNetService_Example.app"
BlueprintName = "GMNetService_Example"
ReferencedContainer = "container:GMNetService.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "6003F589195388D20070C39A"
BuildableName = "GMNetService_Example.app"
BlueprintName = "GMNetService_Example"
ReferencedContainer = "container:GMNetService.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
//
// GMAppDelegate.h
// GMNetService
//
// Created by wangyang on 04/29/2016.
// Copyright (c) 2016 wangyang. All rights reserved.
//
@import UIKit;
@interface GMAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
//
// GMAppDelegate.m
// GMNetService
//
// Created by wangyang on 04/29/2016.
// Copyright (c) 2016 wangyang. All rights reserved.
//
#import "GMAppDelegate.h"
@implementation GMAppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
// Override point for customization after application launch.
return YES;
}
- (void)applicationWillResignActive:(UIApplication *)application
{
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
// Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
}
- (void)applicationDidEnterBackground:(UIApplication *)application
{
// Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
// If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
}
- (void)applicationWillEnterForeground:(UIApplication *)application
{
// Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
}
- (void)applicationDidBecomeActive:(UIApplication *)application
{
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
}
- (void)applicationWillTerminate:(UIApplication *)application
{
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
}
@end
<?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>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>
//
// Prefix header
//
// The contents of this file are implicitly included at the beginning of every source file.
//
#import <Availability.h>
#ifndef __IPHONE_5_0
#warning "This project uses features only available in iOS SDK 5.0 and later."
#endif
#ifdef __OBJC__
@import UIKit;
@import Foundation;
#endif
//
// GMViewController.h
// GMNetService
//
// Created by wangyang on 04/29/2016.
// Copyright (c) 2016 wangyang. All rights reserved.
//
@import UIKit;
@interface GMViewController : UIViewController
@end
//
// GMViewController.m
// GMNetService
//
// Created by wangyang on 04/29/2016.
// Copyright (c) 2016 wangyang. All rights reserved.
//
#import "GMViewController.h"
@interface GMViewController ()
@end
@implementation GMViewController
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
}
- (void)didReceiveMemoryWarning
{
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}
@end
{
"images" : [
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "29x29",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "40x40",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "40x40",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "76x76",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "76x76",
"scale" : "2x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
{
"images" : [
{
"orientation" : "portrait",
"idiom" : "iphone",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "2x"
},
{
"orientation" : "portrait",
"idiom" : "iphone",
"subtype" : "retina4",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "2x"
},
{
"orientation" : "portrait",
"idiom" : "ipad",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "1x"
},
{
"orientation" : "landscape",
"idiom" : "ipad",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "1x"
},
{
"orientation" : "portrait",
"idiom" : "ipad",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "2x"
},
{
"orientation" : "landscape",
"idiom" : "ipad",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "2x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="7706" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="whP-gf-Uak">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7703"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="wQg-tq-qST">
<objects>
<viewController id="whP-gf-Uak" customClass="GMViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="uEw-UM-LJ8"/>
<viewControllerLayoutGuide type="bottom" id="Mvr-aV-6Um"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="TpU-gO-2f1">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="tc2-Qw-aMS" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="305" y="433"/>
</scene>
</scenes>
</document>
/* Localized versions of Info.plist keys */
//
// main.m
// GMNetService
//
// Created by wangyang on 04/29/2016.
// Copyright (c) 2016 wangyang. All rights reserved.
//
@import UIKit;
#import "GMAppDelegate.h"
int main(int argc, char * argv[])
{
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([GMAppDelegate class]));
}
}
use_frameworks!
target 'GMNetService_Example', :exclusive => true do
pod 'GMNetService', :path => '../'
end
target 'GMNetService_Tests', :exclusive => true do
pod 'GMNetService', :path => '../'
end
<?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>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>
// The contents of this file are implicitly included at the beginning of every test case source file.
#ifdef __OBJC__
#endif
//
// GMNetServiceTests.m
// GMNetServiceTests
//
// Created by wangyang on 04/29/2016.
// Copyright (c) 2016 wangyang. All rights reserved.
//
@import XCTest;
@interface Tests : XCTestCase
@end
@implementation Tests
- (void)setUp
{
[super setUp];
// Put setup code here. This method is called before the invocation of each test method in the class.
}
- (void)tearDown
{
// Put teardown code here. This method is called after the invocation of each test method in the class.
[super tearDown];
}
- (void)testExample
{
XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__);
}
@end
/* Localized versions of Info.plist keys */
#
# Be sure to run `pod lib lint GMNetService.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "GMNetService"
s.version = "0.1.0"
s.summary = "A short description of GMNetService."
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
TODO: Add long description of the pod here.
DESC
s.homepage = "https://github.com/<GITHUB_USERNAME>/GMNetService"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = 'MIT'
s.author = { "wangyang" => "wangyang@wanmeizhensuo.com" }
s.source = { :git => "https://github.com/<GITHUB_USERNAME>/GMNetService.git", :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '8.0'
s.source_files = 'GMNetService/Classes/**/*'
# s.resource_bundles = {
# 'GMNetService' => ['GMNetService/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end
Copyright (c) 2016 wangyang <wangyang@wanmeizhensuo.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
# GMNetService
[![CI Status](http://img.shields.io/travis/wangyang/GMNetService.svg?style=flat)](https://travis-ci.org/wangyang/GMNetService)
[![Version](https://img.shields.io/cocoapods/v/GMNetService.svg?style=flat)](http://cocoapods.org/pods/GMNetService)
[![License](https://img.shields.io/cocoapods/l/GMNetService.svg?style=flat)](http://cocoapods.org/pods/GMNetService)
[![Platform](https://img.shields.io/cocoapods/p/GMNetService.svg?style=flat)](http://cocoapods.org/pods/GMNetService)
## Usage
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
GMNetService is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod "GMNetService"
```
## Author
wangyang, wangyang@wanmeizhensuo.com
## License
GMNetService is available under the MIT license. See the LICENSE file for more info.
Example/Pods/Pods.xcodeproj
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment