Latest | 0.0.9 |
---|---|
Homepage | https://github.com/k06a/ABIntentions |
License | MIT |
Platforms | ios 6.0, requires ARC |
Authors |
Collection of iOS intentions. Inspired by http://bendyworks.com/geekville/articles/2014/2/single-responsibility-principle-ios and http://chris.eidhof.nl/posts/intentions.html
Latest podspec
{ "name": "ABIntentions", "version": "0.0.9", "summary": "Collection of iOS intentions. Inspired by http://chris.eidhof.nl/posts/intentions.html", "homepage": "https://github.com/k06a/ABIntentions", "license": "MIT", "authors": { "Anton Bukov": "[email protected]" }, "source": { "git": "https://github.com/k06a/ABIntentions.git", "tag": "0.0.9" }, "platforms": { "ios": "6.0" }, "source_files": "ABIntentions/*.{h,m}", "requires_arc": true, "subspecs": [ { "name": "Controllers", "source_files": "ABIntentions/Controllers/*.{m,h}" }, { "name": "View", "source_files": "ABIntentions/View/*.{m,h}" }, { "name": "Button", "source_files": "ABIntentions/Button/*.{m,h}" }, { "name": "TextField", "source_files": "ABIntentions/TextField/*.{m,h}" }, { "name": "TableView", "source_files": "ABIntentions/TableView/*.{m,h}" }, { "name": "WebView", "source_files": "ABIntentions/WebView/*.{m,h}" }, { "name": "MapView", "source_files": "ABIntentions/MapView/*.{m,h}" } ] }
Fri, 04 Mar 2016 07:14:04 +0000