[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 3 / b / rmpaint / 0.9.3 / rmpaint.podspec.json
blobd6f67e8bdf6eb6578ab50c00dfacc8338c7c6076
2   "name": "rmpaint",
3   "version": "0.9.3",
4   "summary": "Painting for iOS",
5   "description": "Painting for iOS based on the GLPaint example by Apple.\n",
6   "homepage": "https://github.com/robotmedia/rmpaint-ios",
7   "license": "Apache 2.0",
8   "authors": {
9     "RobotMedia": "hello@robotmedia.net"
10   },
11   "source": {
12     "git": "https://github.com/kompozer/rmpaint-ios.git",
13     "tag": "0.9.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "RMPaint/RMPaint/**/*.{h,m}",
20   "resource_bundles": {
21     "rmpaint": [
22       "Pod/Assets/*.png"
23     ]
24   }