[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 3 / 5 / e / IKResults / 1.1 / IKResults.podspec.json
blob954bc840c706499da6476e20854f51ff417a75d9
2   "name": "IKResults",
3   "version": "1.1",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/iankeen/",
8   "authors": {
9     "Ian Keen": "iankeen82@gmail.com"
10   },
11   "summary": "Result and AsyncResult classes that offer composition and easy fail-fast or railway logic.",
12   "source": {
13     "git": "https://github.com/iankeen/ikresults.git",
14     "tag": "1.1"
15   },
16   "source_files": "IKResults/**/**.{h,m}",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0"
20   }