Skip to content

skullninja/ShopStyleCollective-ObjC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS FORK IS UNOFFICIAL

IMPORTANT: This iOS API client is unsupported as the API has changed since the last release. Use at your own risk.

POPSUGAR ShopSense Client for Objective-C

Readers click, you get money.

The POPSUGAR ShopSense is a free service that pays you for sending quality traffic to online retailers.

Learn more and get started on our website!

Getting Started

Check out the example project that is included in the repository. It is a somewhat simple demonstration of an app that uses POPSUGARShopSense to communicate with the POPSUGAR ShopSense API.

Also, don't forget to pull down AFNetworking with git submodule update --init if you want to run the example.

Requirements

POPSUGARShopSense requires Xcode 4.4 with either the iOS 5.0 or Mac OS 10.6 (64-bit with modern Cocoa runtime) SDK, as well as AFNetworking 1.0 or higher.

Installation

CocoaPods is the recommended way to add POPSUGARShopSense to your project.

Here's an example podfile that installs POPSUGARShopSense and its dependency, AFNetworking.

Podfile

platform :ios, '5.0'

pod 'POPSUGARShopSense', :git => 'https://github.com/PopSugar/objc-POPSUGAR-ShopSense-client.git'

Note the specification of iOS 5.0 as the platform; leaving out the 5.0 will cause CocoaPods to fail with the following message:

[!] POPSUGARShopSense is not compatible with iOS 4.3.

Alternatively you can copy all of the files in the POPSUGARShopSense folder into your project as well as AFNetworking.

Contact

Contact us on our website.

License

The POPSUGAR ShopSense Client for Objective-C and AFNetworking are available under the MIT license. See the LICENSE file for more info.

Credits

AFNetworking was created by Mattt Thompson.

About

ShopStyle Collective Client for Objective-C

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 99.4%
  • Ruby 0.6%