Swinject / SwinjectPropertyLoader

Swinject extension to load property values from resources
MIT License
28 stars 19 forks source link

Reorganize API to follow Swift 3 API design guidelines #4

Open yoichitgy opened 8 years ago

yoichitgy commented 8 years ago

Swift 3 has improved API styles described in the following document. https://swift.org/documentation/api-design-guidelines/

We should reorganize API of property loader to follow the guidelines.

gasthana0 commented 7 years ago

Hi Yoichi,

Are you still working on updating this repo to swift3.

Gaurav

yoichitgy commented 7 years ago

Hi! Actually I couldn't take time for the migration. It's really appreciated if you update this repo to Swift 3. The following branch is in the middle of the migration.

https://github.com/yoichitgy/SwinjectPropertyLoader/tree/swift3

gasthana0 commented 7 years ago

Thanks Yoichi, I am also very busy with current project. However, I'll try my best to complete this.

yoichitgy commented 7 years ago

Released v1.0.0-beta.2 supporting Xcode 8 with Swift 3. Thanks @gasthana0 for your kind helpπŸ˜ƒπŸ‘

gasthana0 commented 7 years ago

πŸ‘ thanks Yoichi