[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / f / b / TDFoundation / 0.0.4 / TDFoundation.podspec.json
blob29af17726d5df6a931c6c5b5929311822790338b
2   "name": "TDFoundation",
3   "version": "0.0.4",
4   "summary": "The `TDFoundation` is base functional library of Tech.D.",
5   "description": "The `TDFoundation` is base functional library of Tech.D..\n\n* There are several utilities & methods to simplify call.",
6   "homepage": "https://github.com/TechD-Robin/TDFoundation/",
7   "source": {
8     "git": "https://github.com/TechD-Robin/TDFoundation.git",
9     "tag": "0.0.4"
10   },
11   "license": "MIT",
12   "authors": {
13     "Robin Hsu": "robinhsu599+dev@gmail.com"
14   },
15   "social_media_url": "https://plus.google.com/+RobinHsu",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "frameworks": [
20     "Foundation",
21     "CoreGraphics"
22   ],
23   "source_files": [
24     "ARCMacros.h",
25     "TDFoundation/*.{h,m,mm}"
26   ],
27   "dependencies": {
28     "Foundation+TechD": [
29       "~> 0.0.3"
30     ]
31   }