[Add] MixedObject 1.0.0
[CocoaPods.git] / Specs / 0 / d / f / CountryCode / 0.0.3 / CountryCode.podspec.json
blobdf403e7a2c3a19b12df662b1b49ca882191fbb7e
2   "name": "CountryCode",
3   "version": "0.0.3",
4   "summary": "Search Country Code.",
5   "description": "A longer description of CountryCode in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
6   "homepage": "https://github.com/dennisPixnet/PIXCountryCode",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dennisPixnet": "dennis@pixnet.tw"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/dennisPixnet/PIXCountryCode.git",
19     "tag": "0.0.3"
20   },
21   "source_files": [
22     "CountryCode/*.{h,m}",
23     "CountryCode/country_codes.json"
24   ],
25   "requires_arc": true