[Add] AlibabacloudEais20190624 1.0.2
[CocoaPods.git] / Specs / 8 / a / 3 / Extra / 1.2.0 / Extra.podspec.json
blobc4fd62ff59ee5a13d3ebfbdc9f723f96ce4a0633
2   "name": "Extra",
3   "version": "1.2.0",
4   "summary": "Swift 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.2.0"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "tvos": "9.0"
20   },
21   "ios": {
22     "frameworks": [
23       "UIKit",
24       "Foundation",
25       "QuartzCore"
26     ]
27   },
28   "default_subspecs": [
29     "UIKit",
30     "Foundation",
31     "CoreAnimation"
32   ],
33   "subspecs": [
34     {
35       "name": "UIKit",
36       "source_files": [
37         "Extra/Classes/Extra/**/*.{swift}",
38         "Extra/Classes/UIKit/**/*.{swift}"
39       ]
40     },
41     {
42       "name": "Foundation",
43       "source_files": [
44         "Extra/Classes/Extra/**/*.{swift}",
45         "Extra/Classes/Foundation/**/*.{swift}"
46       ]
47     },
48     {
49       "name": "CoreAnimation",
50       "source_files": [
51         "Extra/Classes/Extra/**/*.{swift}",
52         "Extra/Classes/CoreAnimation/**/*.{swift}"
53       ]
54     },
55     {
56       "name": "Realm",
57       "source_files": [
58         "Extra/Classes/Extra/**/*.{swift}",
59         "Extra/Classes/Realm/**/*.{swift}"
60       ],
61       "dependencies": {
62         "RealmSwift": [
63           "~> 3.10"
64         ]
65       }
66     }
67   ]