[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 2 / e / IRKit / 3.0.1 / IRKit.podspec.json
blobeb8dfdd653d014656bf376f45d4032c54346de89
2   "name": "IRKit",
3   "version": "3.0.1",
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.1"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "ios": {
19     "source_files": "IRKit/IRKit/*.{h,m,c}",
20     "resource_bundles": {
21       "IRKit": "IRKit/IRKitResources/**/*.{png,xib,plist,strings}"
22     },
23     "frameworks": [
24       "Foundation",
25       "QuartzCore",
26       "CoreGraphics",
27       "CoreTelephony",
28       "UIKit",
29       "MediaPlayer",
30       "SystemConfiguration",
31       "AudioToolbox",
32       "AVFoundation"
33     ]
34   },
35   "public_header_files": "IRKit/IRKit/",
36   "libraries": "c++",
37   "requires_arc": true,
38   "dependencies": {
39     "ISHTTPOperation": [
41     ]
42   }