[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 5 / c / SinglySDK / 1.1.3 / SinglySDK.podspec.json
blobc79e7a632e5b2bc81b27806374e290ce517211da
2   "name": "SinglySDK",
3   "version": "1.1.3",
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.1.3"
18   },
19   "platforms": {
20     "ios": "5.0"
21   },
22   "source_files": "SinglySDK/SinglySDK/**/*.{h,m}",
23   "exclude_files": "**/{SinglySharingViewController,DEFacebook,DERuledView}*",
24   "private_header_files": "**/*{+Internal,NSDictionary+QueryString,NSString+URLEncoded,NSURL+AccessToken,SinglyActivityIndicatorView,SinglyKeychainItemWrapper,UIViewController+Modal}*",
25   "frameworks": [
26     "Accounts",
27     "QuartzCore",
28     "Security"
29   ],
30   "requires_arc": true,
31   "preserve_paths": [
32     "SinglySDK/SinglySDK.xcodeproj",
33     "SinglySDK/SinglySDK/Resources"
34   ],
35   "resources": "SinglySDK/SinglySDK/Resources/SinglySDK.bundle",
36   "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"