[Add] jot 0.1.3
[CocoaPods.git] / Specs / jot / 0.1.3 / jot.podspec.json
blob854a3eca9b382dbe3ab8dd12e3b08af152f6c0ee
2   "name": "jot",
3   "version": "0.1.3",
4   "summary": "An easy way to add drawings and text to images",
5   "homepage": "https://github.com/IFTTT/jot",
6   "license": "MIT",
7   "authors": {
8     "Laura Skelton": "laura@ifttt.com",
9     "Max Meyers": "max@ifttt.com",
10     "Devin Foley": "devin@ifttt.com"
11   },
12   "source": {
13     "git": "https://github.com/IFTTT/jot.git",
14     "tag": "0.1.3"
15   },
16   "social_media_url": "https://twitter.com/skelovenko",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "compiler_flags": "-fmodules",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "Masonry": [
25       "~> 0.6.1"
26     ]
27   },
28   "source_files": "jot/*.{h,m}"