[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / c / 9 / Scribble / 0.0.2 / Scribble.podspec.json
blobaaf3ee7a8b131c66132fa99936758c392bab5318
2   "name": "Scribble",
3   "version": "0.0.2",
4   "summary": "A simple app for recording and playing back touches on a view",
5   "description": "  \t\t\t\t   A simple app for recording and playing back touches on a view.\n",
6   "homepage": "https://github.com/panyam/Scribble",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Sri Panyam": "sri.panyam@gmail.com"
10   },
11   "social_media_url": "http://panyam.wordpress.com",
12   "source": {
13     "git": "https://github.com/panyam/Scribble.git",
14     "tag": "v0.0.2"
15   },
16   "source_files": [
17     "Scribble",
18     "Scribble/*.{h,m}"
19   ],
20   "exclude_files": "Scribble/main.m",
21   "resources": "Scribble/*.xib",
22   "frameworks": [
23     "UIKit",
24     "QuartzCore"
25   ],
26   "platforms": {
27     "ios": "7"
28   },
29   "dependencies": {
30     "LinkedList": [
32     ],
33     "Color-Picker-for-iOS": [
35     ]
36   }