[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 2 / e / IRKit / 0.0.2 / IRKit.podspec.json
blob686553e621fe7af07f3ee847564a6352c6ba002c
2   "name": "IRKit",
3   "version": "0.0.2",
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.\n                     IRKit device has a Infrared LED and receiver, and a BluetoothLE module inside.\n                     BluetoothLE enabled devices can connect with IRKit devices, and make it send IR signals for you.\n                     This library does:\n                     * provide UIViewController subclasses that wraps complex procedures to connect, pair and receive IR signals(to learn before sending) from IRKit devices\n                     * provide a simple interface to send IR signals\n",
6   "homepage": "http://irkit.github.io/",
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": "0.0.2"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "IRKit/IRKit/*.{h,m}",
19   "public_header_files": "IRKit/IRKit/",
20   "resources": "IRKit/IRKitResources/*",
21   "frameworks": [
22     "Foundation",
23     "QuartzCore",
24     "CoreGraphics",
25     "UIKit",
26     "CoreBluetooth"
27   ],
28   "requires_arc": true