[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / 5 / c / SinglySDK / 1.2.1 / SinglySDK.podspec.json
blob6661161eafe995f3e2d3da7c3f48b27a051d2ac4
2   "name": "SinglySDK",
3   "version": "1.2.1",
4   "summary": "iOS SDK for Singly.",
5   "homepage": "https://github.com/Singly/iOS-SDK",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Singly, Inc": "nerds@singly.com",
12     "Justin Mecham": "justin.m@singly.com",
13     "Thomas Muldowney": "temas@singly.com"
14   },
15   "source": {
16     "git": "https://github.com/Singly/iOS-SDK.git",
17     "tag": "v1.2.1"
18   },
19   "platforms": {
20     "ios": "5.0"
21   },
22   "source_files": "SinglySDK/SinglySDK/**/*.{h,m}",
23   "exclude_files": "**/{SinglySharingViewController,DEFacebook,DERuledView,SinglyFriend.,UIApplication+DEFacebookComposeViewController,UIDevice+DEFacebookComposeViewController}*",
24   "private_header_files": "**/{DEFacebook,DERuledView,NSDictionary+QueryString,NSString+URLEncoded,SinglyActionSheet,SinglyActivityIndicatorView,SinglyAlertView,SinglyAvatarCache,SinglyConnection,SinglyFriend.h,SinglyKeychainItemWrapper,SinglySharingViewController,UIApplication+DEFacebookComposeViewController,UIDevice+DEFacebookComposeViewController,UIDevice+DEFacebookComposeViewController,UIViewController+Modal}*",
25   "frameworks": [
26     "Accounts",
27     "AddressBook",
28     "AddressBookUI",
29     "QuartzCore",
30     "Security",
31     "Twitter"
32   ],
33   "weak_frameworks": "Social",
34   "requires_arc": true,
35   "preserve_paths": [
36     "SinglySDK/SinglySDK.xcodeproj",
37     "SinglySDK/SinglySDK/Resources"
38   ],
39   "resources": "SinglySDK/SinglySDK/Resources/SinglySDK.bundle",
40   "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"