[Add] IDnowSDK 9.1.0
[CocoaPods.git] / Specs / b / 2 / e / IRKit / 3.0.0 / IRKit.podspec.json
blob68d8ee621b2f0a9b6a67535253adfe5159a6ca34
2   "name": "IRKit",
3   "version": "3.0.0",
4   "summary": "Send/Receive Infrared signals via IRKit device.",
5   "description": "IRKit device and SDK(this library) lets you control your home electronics from your iOS devices.\nIRKit device has a Infrared LED and receiver, and a WiFi module inside.\nWiFi enabled devices (such as your iOS device) can connect with IRKit devices, and make it send IR signals for you.\nThis library does:\n* provide UIViewController subclasses that wraps complex procedures to connect and receive IR signals(to learn before sending) from IRKit devices\n* provide a simple interface to send IR signals",
6   "homepage": "http://github.com/irkit/ios-sdk",
7   "license": "MIT",
8   "authors": {
9     "Masakazu OHTSUKA": "o.masakazu@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/irkit/ios-sdk.git",
13     "tag": "3.0.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "ios": {
19     "source_files": "IRKit/IRKit/*.{h,m,c}",
20     "frameworks": [
21       "Foundation",
22       "QuartzCore",
23       "CoreGraphics",
24       "CoreTelephony",
25       "UIKit",
26       "MediaPlayer",
27       "SystemConfiguration",
28       "AudioToolbox",
29       "AVFoundation"
30     ]
31   },
32   "public_header_files": "IRKit/IRKit/",
33   "resources": "IRKit/IRKit.bundle",
34   "libraries": "c++",
35   "requires_arc": true,
36   "dependencies": {
37     "ISHTTPOperation": [
39     ]
40   }