blob: 203a3c39f5f718d574d2e7b487d292bc8a8f7fdd [file] [log] [blame]
{
"name": "SinglySDK",
"version": "1.0.1",
"summary": "iOS SDK for Singly.",
"homepage": "https://github.com/Singly/iOS-SDK",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Singly, Inc": "nerds@singly.com",
"Justin Mecham": "justin.m@singly.com",
"Thomas Muldowney": "temas@singly.com"
},
"source": {
"git": "https://github.com/Singly/iOS-SDK.git",
"tag": "v1.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "SinglySDK/SinglySDK/**/*.{h,m}",
"exclude_files": "**/{SinglySharingViewController,DEFacebook,DERuledView}*",
"private_header_files": "**/*{+Internal,NSDictionary+QueryString,NSString+URLEncoded,NSURL+AccessToken,SinglyActivityIndicatorView,SinglyKeychainItemWrapper,UIViewController+Modal}*",
"frameworks": [
"Accounts",
"QuartzCore",
"Security"
],
"requires_arc": true,
"preserve_paths": [
"SinglySDK/SinglySDK.xcodeproj",
"SinglySDK/SinglySDK/Resources"
],
"resources": "SinglySDK/SinglySDK/Resources/SinglySDK.bundle",
"prepare_command": "echo \"This Pod relies on the removed \\`pre_install\\` or \\`post_install\\` hooks and therefore will no longer continue to work. Please try updating to the latest version of this Pod or updating the Pod specification. See http://blog.cocoapods.org/CocoaPods-Trunk/ for more details.\" && exit 1"
}