[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 3 / f / 7 / CoreModel / 0.0.1 / CoreModel.podspec.json
blobb0f3c4db6b9f372d0bec82885fa768197d166ea4
2   "name": "CoreModel",
3   "version": "0.0.1",
4   "homepage": "https://github.com/naftaly/CoreModel",
5   "source": {
6     "git": "https://github.com/naftaly/CoreModel.git",
7     "tag": "0.0.1"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "summary": "Lightweight framework that simplifies the process of converting your data to usable objects.",
14   "social_media_url": "https://twitter.com/naftaly",
15   "authors": {
16     "Alexander Cohen": "naftaly@me.com"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": [
23     "CoreModel/CMModel.?",
24     "CoreModel/CoreModel.h"
25   ],
26   "public_header_files": [
27     "CoreModel/CMModel.h",
28     "CoreModel/CoreModel.h"
29   ]