[Add] StripeFinancialConnections 24.1.2
[CocoaPods.git] / Specs / a / 2 / e / iSwiftForm / 0.0.2 / iSwiftForm.podspec.json
blob81ff070d306862c82e37d004345709d2e5f11763
2   "name": "iSwiftForm",
3   "version": "0.0.2",
4   "license": "MIT",
5   "summary": "A lightweight framework to build iOS Forms.",
6   "homepage": "https://github.com/wangrq/iSwiftForm",
7   "authors": {
8     "Renquan Wang": "wangrqt196@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/wangrq/iSwiftForm.git",
12     "tag": "0.0.2"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "ios": {
18     "frameworks": [
19       "UIKit",
20       "Foundation"
21     ]
22   },
23   "source_files": "iSwiftForm/Sources/**/*.swift",
24   "resources": [
25     "iSwiftForm/Sources/**/*.xcassets",
26     "iSwiftForm/Sources/**/*.xib"
27   ],
28   "requires_arc": true,
29   "swift_versions": "5.0",
30   "swift_version": "5.0"