[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 7 / 1 / 8 / IKMapper / 1.1.1 / IKMapper.podspec.json
blob8a1bdc88469f3db50642003165a34d7a96785e13
2   "name": "IKMapper",
3   "version": "1.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": "Automatic NSObject <-> NSDictionary handling.",
12   "source": {
13     "git": "https://github.com/iankeen/ikmapper.git",
14     "tag": "1.1.1"
15   },
16   "source_files": "IKMapper/**/**.{h,m}",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0"
20   },
21   "dependencies": {
22     "IKCore": [
23       "~> 1.0"
24     ],
25     "ISO8601": [
27     ]
28   }