[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 3 / 7 / MobilePrintSDK / 3.0.2 / MobilePrintSDK.podspec.json
blobeabe2543beb7995e29e345dc621f15f616a48964
2   "name": "MobilePrintSDK",
3   "version": "3.0.2",
4   "summary": "Implements AirPrint with custom layouts, graphical preview, print later queue, and more.",
5   "description": "Select paper size, printer, view preview and send to print through AirPrint. Provides for custom layouts, persistent settings, printer availability notifications, print later queue, and more.",
6   "homepage": "https://developers.hp.com/mobile-print-sdk/platform",
7   "screenshots": [
8     "https://d3fep8xjnjngo0.cloudfront.net/ios/screenshot1.gif",
9     "https://d3fep8xjnjngo0.cloudfront.net/ios/screenshot2.gif"
10   ],
11   "license": "MIT",
12   "authors": {
13     "HP Inc.": "print-sdk@hp.com"
14   },
15   "source": {
16     "git": "https://github.com/mobileprint/ios-print-sdk.git",
17     "tag": "3.0.2"
18   },
19   "documentation_url": "http://mobileprint.herokuapp.com",
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "source_files": [
25     "Pod/Classes/**/*.{h,m}",
26     "Pod/Libraries/Reachability/*.{h,m}"
27   ],
28   "resources": [
29     "Pod/Assets/*.png",
30     "Pod/Assets/Fonts/*.ttf",
31     "Pod/Classes/**/*.xib",
32     "Pod/Classes/*.storyboard",
33     "Pod/*.bundle"
34   ],
35   "public_header_files": [
36     "Pod/Classes/Public/**/*.h",
37     "Pod/Libraries/Reachability/*.h"
38   ],
39   "private_header_files": [
40     "Pod/Classes/Private/**/*.h"
41   ],
42   "prefix_header_contents": "#import \"MPLogger.h\"",
43   "frameworks": [
44     "Foundation",
45     "UIKit"
46   ]