[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 2 / b / NSwinject / 0.1.2 / NSwinject.podspec.json
blob8bf8d049242e017e11c19cbd0549cc94f018ac71
2   "name": "NSwinject",
3   "version": "0.1.2",
4   "summary": "NSwinject is wrapper of Swinject providing class Inject<T> to auto inject properties.",
5   "homepage": "http://cornerteam.com",
6   "license": "MIT",
7   "authors": "Nghia Nguyen",
8   "platforms": {
9     "ios": "8.0"
10   },
11   "source": {
12     "git": "https://github.com/nghiaphunguyen/NSwinject",
13     "tag": "0.1.2"
14   },
15   "source_files": [
16     "Classes",
17     "NSwinject/NSwinject/**/*.{swift}"
18   ],
19   "requires_arc": true,
20   "pod_target_xcconfig": {
21     "OTHER_LDFLAGS": "-lObjC"
22   },
23   "dependencies": {
24     "Swinject": [
25       "1.1.2"
26     ]
27   }