[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / 1 / 3 / SwifTools / 1.0.0 / SwifTools.podspec.json
blobb033ed88654e299970ab216c05688a835da94b30
2   "name": "SwifTools",
3   "version": "1.0.0",
4   "summary": "A Swift Framework that serves as a development toolbox.",
5   "description": "A Swift Framework that serves as a development toolbox. Handles things like constraints, Touch ID,\nand Home Screen Quick Actions.",
6   "homepage": "https://github.com/ESGIProjects/SwifTools",
7   "license": "BSD",
8   "authors": {
9     "Jason Pierna": "jasonpierna7@gmail.com",
10     "Kévin Le": "kevints.le@gmail.com"
11   },
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/ESGIProjects/SwifTools.git",
17     "tag": "1.0.0"
18   },
19   "source_files": [
20     "SwifTools",
21     "SwifTools/**/*.{h,m,swift}"
22   ],
23   "exclude_files": "SwifTools/SwifToolsTests/*",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "3"
26   },
27   "pushed_with_swift_version": "3.0"