[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / 1 / 8 / IKMapper / 0.0.6 / IKMapper.podspec.json
blob369ee8edf365a366f873b5b2537778e965accf95
2   "name": "IKMapper",
3   "version": "0.0.6",
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": "0.0.6"
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   }