[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 4 / 2 / XBForm / 0.1.0 / XBForm.podspec.json
blobab257bc8ff435add630b49e3cbba7dc1a6bea6f5
2   "name": "XBForm",
3   "version": "0.1.0",
4   "summary": "Build a form in couple minutes",
5   "description": "Build a form in couple minutes, using XBForm",
6   "homepage": "https://github.com/<GITHUB_USERNAME>/XBForm",
7   "license": "MIT",
8   "authors": {
9     "Eugene Nguyen": "xuanbinh91@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/EugeneNguyen/XBForm.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "XBForm": [
22       "Pod/Assets/**/*"
23     ]
24   },
25   "dependencies": {
26     "XBExtension": [
28     ],
29     "TPKeyboardAvoiding": [
31     ]
32   }