[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 4 / c / 0 / BoltsSwift / 0.1.1 / BoltsSwift.podspec.json
blobd6e7604bb8efc14bf0112a1a1ffbc848872e1903
2   "name": "BoltsSwift",
3   "version": "0.1.1",
4   "summary": "Bolts Swift library",
5   "description": "                       Swift language extensions for BoltsTask pod from Facebook/Parse\n                       * Markdown format.\n                       * Don't worry about the indent, we strip it!\n",
6   "homepage": "https://github.com/kenvanhoeylandt/Bolts-Swift",
7   "license": "MIT",
8   "authors": {
9     "Ken Van Hoeylandt": "git@kenvanhoeylandt.net"
10   },
11   "source": {
12     "git": "https://github.com/kenvanhoeylandt/Bolts-Swift.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9"
18   },
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Common",
23       "ios": {
24         "source_files": "Bolts/Common/*.swift",
25         "dependencies": {
26           "Bolts": [
27             "~> 1.2.0"
28           ]
29         }
30       },
31       "osx": {
32         "source_files": "Bolts/Common/*.swift",
33         "dependencies": {
34           "Bolts": [
35             "~> 1.2.0"
36           ]
37         }
38       }
39     },
40     {
41       "name": "iOS",
42       "dependencies": {
43         "BoltsSwift/Common": [
45         ]
46       },
47       "ios": {
48         "source_files": "Bolts/iOS/*.swift"
49       },
50       "osx": {
51         "source_files": ""
52       }
53     }
54   ]