[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 9 / e / 2 / FlintCore / 1.0.7 / FlintCore.podspec.json
blob86ef8157c7fd9b0d893eb4e902a2df11bb31be90
2   "name": "FlintCore",
3   "version": "1.0.7",
4   "summary": "The Flint framework for building apps using Feature Driven Development.",
5   "description": "A modern framework for deeply integrated Swift apps.",
6   "homepage": "https://flint.tools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Marc Palmer",
12   "social_media_url": "https://twitter.com/flintframework",
13   "platforms": {
14     "ios": "10.0",
15     "osx": "10.12",
16     "watchos": "4.0",
17     "tvos": "10.0"
18   },
19   "source": {
20     "git": "https://github.com/MontanaFlossCo/Flint.git",
21     "tag": "ea-1.0.7"
22   },
23   "source_files": "FlintCore/**/*.{h,m,swift}",
24   "osx": {
25     "exclude_files": "**/UIKit-Specific/*.swift"
26   },
27   "watchos": {
28     "exclude_files": [
29       "**/UIKit-Specific/*.swift",
30       "**/StoreKit-Specific/*.swift"
31     ]
32   },
33   "tvos": {
34     "exclude_files": "**/Intents-Specific/*.swift",
35     "frameworks": [
36       "UIKit",
37       "StoreKit"
38     ]
39   },
40   "swift_version": "4.0",
41   "module_name": "FlintCore",
42   "ios": {
43     "frameworks": [
44       "UIKit",
45       "StoreKit"
46     ]
47   }