You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-3Lines changed: 22 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,10 +235,29 @@ Sometimes you might want to implement the collapsible cells in a grouped-style t
235
235
236
236
## Can I use it as a pod? ##
237
237
238
-
I am making a pod in a separate repo: [CollapsibleTableSectionViewController](https://github.com/jeantimex/CollapsibleTableSectionViewController), and I just get started, designing the interfaces etc, so it will take some time to finish.
238
+
:tada: Yes! The CocoaPod is finally released, see [CollapsibleTableSectionViewController](https://github.com/jeantimex/CollapsibleTableSectionViewController).
239
239
240
240
## License ##
241
241
242
-
This project is licensed under the MIT license, Copyright (c) 2017 Yong Su. For more information see `LICENSE.md`.
242
+
MIT License
243
+
244
+
Copyright (c) 2017 Yong Su @jeantimex
245
+
246
+
Permission is hereby granted, free of charge, to any person obtaining a copy
247
+
of this software and associated documentation files (the "Software"), to deal
248
+
in the Software without restriction, including without limitation the rights
249
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
250
+
copies of the Software, and to permit persons to whom the Software is
251
+
furnished to do so, subject to the following conditions:
252
+
253
+
The above copyright notice and this permission notice shall be included in all
254
+
copies or substantial portions of the Software.
255
+
256
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
257
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
258
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
259
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
260
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
261
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
262
+
SOFTWARE.
243
263
244
-
Author: [Yong Su](https://github.com/jeantimex) @ Box Inc.
0 commit comments