[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 2 / f / MyLibrary / 0.1.0 / MyLibrary.podspec.json
blob76c8652c53f50b2ecfc969e08bebd2e9f07e19ef
2   "name": "MyLibrary",
3   "version": "0.1.0",
4   "summary": "Just testing out a cocoapod library",
5   "description": "                       This is a sample library, testing things out!\n",
6   "homepage": "https://github.com/holiday/MyLibrary",
7   "license": "MIT",
8   "authors": {
9     "rashaad ramdeen": "rashaad.ramdeen@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/holiday/MyLibrary.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "MyLibrary/Classes",
20   "resource_bundles": {
21     "MyLibrary": [
22       "MyLibrary/Assets/*.png"
23     ]
24   }