[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / a / 3 / Extra / 1.1.1 / Extra.podspec.json
blob912231a2880e6056ce36701e0d71e0da9d804883
2   "name": "Extra",
3   "version": "1.1.1",
4   "summary": "Swift 4 library with usefull and lightfull extensions for your Cocoa Touch projects.",
5   "homepage": "https://github.com/smartnsoft/Extra",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Smart&Soft": "contact@smartnsoft.com"
12   },
13   "source": {
14     "git": "https://github.com/smartnsoft/Extra.git",
15     "tag": "1.1.1"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "tvos": "9.0"
20   },
21   "ios": {
22     "frameworks": [
23       "UIKit",
24       "QuartzCore",
25       "Foundation"
26     ]
27   },
28   "default_subspecs": [
29     "UIKit",
30     "Foundation"
31   ],
32   "subspecs": [
33     {
34       "name": "UIKit",
35       "source_files": [
36         "Extra/Classes/Extra/**/*.{swift}",
37         "Extra/Classes/UIKit/**/*.{swift}"
38       ]
39     },
40     {
41       "name": "Foundation",
42       "source_files": [
43         "Extra/Classes/Extra/**/*.{swift}",
44         "Extra/Classes/Foundation/**/*.{swift}"
45       ]
46     },
47     {
48       "name": "Realm",
49       "source_files": [
50         "Extra/Classes/Extra/**/*.{swift}",
51         "Extra/Classes/Realm/**/*.{swift}"
52       ],
53       "dependencies": {
54         "RealmSwift": [
55           "~> 3.0"
56         ]
57       }
58     }
59   ]