[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 4 / f / 2 / BlueIntent / 0.1.0 / BlueIntent.podspec.json
blobf17e6829aa0188adc10db6907644032eabbe6bbe
2   "name": "BlueIntent",
3   "version": "0.1.0",
4   "summary": "Swfit block utilities.",
5   "homepage": "https://github.com/qiuzhifei/BlueIntent",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "qiuzhifei": "qiuzhifei521@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/qiuzhifei/BlueIntent.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "default_subspecs": [
21     "Foundation",
22     "UIKit"
23   ],
24   "subspecs": [
25     {
26       "name": "Base",
27       "source_files": "BlueIntent/Classes/Base/**/*"
28     },
29     {
30       "name": "Foundation",
31       "source_files": "BlueIntent/Classes/Foundation/**/*",
32       "dependencies": {
33         "BlueIntent/Base": [
35         ]
36       }
37     },
38     {
39       "name": "UIKit",
40       "source_files": "BlueIntent/Classes/UIKit/**/*",
41       "dependencies": {
42         "BlueIntent/Base": [
44         ],
45         "BlueIntent/Foundation": [
47         ]
48       }
49     },
50     {
51       "name": "AppleLogin",
52       "source_files": "BlueIntent/Classes/AppleLogin/**/*",
53       "dependencies": {
54         "BlueIntent/Base": [
56         ]
57       }
58     }
59   ]