[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 0 / 6 / 1 / DocuSign-iOS-SDK / 0.1.3-beta / DocuSign-iOS-SDK.podspec.json
blob8a53e0b18c090f6242939434cf93333980833439
2   "name": "DocuSign-iOS-SDK",
3   "version": "0.1.3-beta",
4   "summary": "DocuSign iOS SDK Beta",
5   "description": "An iOS SDK that provides a quick and easy way for registered developers to add DocuSign's world-class document signing experience to their native iOS apps.",
6   "homepage": "https://github.com/docusign/docusign-ios-sdk",
7   "license": "DOCUSIGN API SDK LICENSE",
8   "authors": {
9     "Arlo Armstrong": "arlo.armstrong@docusign.com"
10   },
11   "source": {
12     "git": "https://github.com/docusign/docusign-ios-sdk.git",
13     "tag": "v0.1.3-beta"
14   },
15   "social_media_url": "https://twitter.com/DocuSignDev",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "**/SDK/**/*.{h,m}"
22   ],
23   "resources": [
24     "**/SDK/**/*.{storyboard,xcassets}"
25   ],
26   "frameworks": [
27     "AVFoundation",
28     "CoreLocation",
29     "Foundation",
30     "ImageIO",
31     "MobileCoreServices",
32     "QuartzCore",
33     "UIKit"
34   ],
35   "libraries": "objc",
36   "dependencies": {
37     "AKANetworkLogging": [
38       "~>0.1"
39     ],
40     "DSTextEntryValidation": [
41       "~>1.0"
42     ],
43     "Mantle": [
44       "~>1.4"
45     ],
46     "TPKeyboardAvoiding": [
47       "~>1.2"
48     ]
49   }